mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update Rust crate tokio to 1.29.1
This commit is contained in:
parent
4d463b5a3e
commit
75cfd8dadd
2 changed files with 3 additions and 3 deletions
4
reqwest-jni/Cargo.lock
generated
4
reqwest-jni/Cargo.lock
generated
|
@ -826,9 +826,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.29.0"
|
||||
version = "1.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f"
|
||||
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"backtrace",
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
||||
tokio = {version = "1.29.0", features = ["full"]}
|
||||
tokio = {version = "1.29.1", features = ["full"]}
|
||||
once_cell = "1.18.0"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue