Update Rust crate tokio to 1.29.0

This commit is contained in:
renovate[bot] 2023-06-27 22:39:20 +00:00 committed by Kavin
parent 3ff902794a
commit 4d463b5a3e
2 changed files with 59 additions and 4 deletions

View file

@ -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.28.2", features = ["full"]}
tokio = {version = "1.29.0", features = ["full"]}
once_cell = "1.18.0"
[lib]