diff --git a/reqwest-jni/Cargo.toml b/reqwest-jni/Cargo.toml index 35df5cc..e80b77c 100644 --- a/reqwest-jni/Cargo.toml +++ b/reqwest-jni/Cargo.toml @@ -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]