mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update Rust crate tokio to 1.27.0
This commit is contained in:
parent
ede8ed751d
commit
ddc8e92cea
2 changed files with 6 additions and 7 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.16", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
||||
tokio = {version = "1.26.0", features = ["full"]}
|
||||
tokio = {version = "1.27.0", features = ["full"]}
|
||||
once_cell = "1.17.1"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue