From 808e5f7741af8ffa3166c38b97602ce2dcb39d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:41:45 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.26 --- crates/backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 499eaae6..9bd61dc7 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -78,7 +78,7 @@ walkdir = "2.5.0" # rest backend backoff = { version = "0.4.0", optional = true } -reqwest = { version = "0.11.25", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"], optional = true } +reqwest = { version = "0.11.26", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"], optional = true } # rclone backend rand = { version = "0.8.5", optional = true }