Update Rust crate tokio to 1.30.0

This commit is contained in:
renovate[bot] 2023-08-09 20:21:59 +00:00 committed by Kavin
parent ea03b98c3e
commit 12b61f0967
2 changed files with 17 additions and 8 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", "socks"], default-features = false}
tokio = {version = "1.29.1", features = ["full"]}
tokio = {version = "1.30.0", features = ["full"]}
[lib]
crate-type = ["cdylib"]