Update Rust crate tokio to 1.29.1

This commit is contained in:
renovate[bot] 2023-06-29 22:45:24 +00:00 committed by Kavin
parent 4d463b5a3e
commit 75cfd8dadd
2 changed files with 3 additions and 3 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.29.0", features = ["full"]}
tokio = {version = "1.29.1", features = ["full"]}
once_cell = "1.18.0"
[lib]