mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-12-13 22:00:37 +05:30
Update Rust crate once_cell to 1.17.2
This commit is contained in:
parent
34d14f3460
commit
5a2be309e1
4
reqwest-jni/Cargo.lock
generated
4
reqwest-jni/Cargo.lock
generated
@ -458,9 +458,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.17.1"
|
||||
version = "1.17.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||||
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
||||
tokio = {version = "1.28.2", features = ["full"]}
|
||||
once_cell = "1.17.1"
|
||||
once_cell = "1.17.2"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
Loading…
Reference in New Issue
Block a user