Update Rust crate tokio to 1.31.0

This commit is contained in:
renovate[bot] 2023-08-12 16:57:24 +00:00 committed by Kavin
parent 2d2a00e50b
commit 4eafc585a2
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", "socks"], default-features = false}
tokio = {version = "1.30.0", features = ["full"]}
tokio = {version = "1.31.0", features = ["full"]}
[lib]
crate-type = ["cdylib"]