Update Rust crate tokio to 1.35.0

This commit is contained in:
renovate[bot] 2023-12-09 00:38:53 +00:00 committed by Kavin
parent 36106ff373
commit bfd4ac68e6
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.22", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false}
tokio = {version = "1.34.0", features = ["rt-multi-thread", "time"], default-features = false}
tokio = {version = "1.35.0", features = ["rt-multi-thread", "time"], default-features = false}
[lib]
crate-type = ["cdylib"]