From ba6e6f7b4928bce9957a61ed7ec930ed465ae18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 17:07:12 +0000 Subject: [PATCH] Update Rust crate tokio to 1.26.0 --- reqwest-jni/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]