From 6d6a1534e3a08d4f04ca3495ad2f1e94d703a781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:06:20 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.13 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 558ef8b..e175005 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,9 +1186,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "reqwest" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" +checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index e409fab..2e53f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ image = "0.24.5" lazy_static = "1.4.0" qstring = "0.7.2" regex = "1.7.0" -reqwest = {version = "0.11.12", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} +reqwest = {version = "0.11.13", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.21.2", features = ["full"]} webp = "0.2.2"