From ced5852805893eaa056e1c8b4fb89a98c07c1402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:29:53 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e51437d..7ac986f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3838032..e41e5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ qstring = "0.7.2" ravif = { version = "0.11.2", optional = true } rgb = { version = "0.8.36", optional = true } regex = "1.9.3" -reqwest = { version = "0.11.19", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false } +reqwest = { version = "0.11.20", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false } tokio = { version = "1.32.0", features = ["full"] } [features]