From 179b98202041a8054e620315c27da12827bc17c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:53:45 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.16 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e2829e..c347b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1212,9 +1212,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "reqwest" -version = "0.11.15" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" +checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index c8417b1..aef2569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ image = "0.24.6" once_cell = "1.17.1" qstring = "0.7.2" regex = "1.7.3" -reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} +reqwest = {version = "0.11.16", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.26.0", features = ["full"]} webp = "0.2.2"