mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update Rust crate tokio to 1.34.0
This commit is contained in:
parent
7e08097657
commit
36106ff373
2 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.22", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false}
|
||||
tokio = {version = "1.32.0", features = ["rt-multi-thread", "time"], default-features = false}
|
||||
tokio = {version = "1.34.0", features = ["rt-multi-thread", "time"], default-features = false}
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue