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