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 GitHub
parent 283d4f8da9
commit e8db10eca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]