Update Rust crate tokio to 1.28.0

This commit is contained in:
renovate[bot] 2023-04-26 00:58:11 +00:00 committed by Kavin
parent 5339ed013f
commit a8a4f7a604
2 changed files with 83 additions and 17 deletions

View file

@ -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.27.0", features = ["full"]}
tokio = {version = "1.28.0", features = ["full"]}
once_cell = "1.17.1"
[lib]