Update Rust crate tokio to 1.26.0

This commit is contained in:
renovate[bot] 2023-03-25 17:07:12 +00:00 committed by Kavin
parent 283d4f8da9
commit ba6e6f7b49
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
jni = "0.20.0"
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.24.2", features = ["full"]}
tokio = {version = "1.26.0", features = ["full"]}
once_cell = "1.17.1"
[lib]