From 6fef88d1c40f07506f99c57be1b4bca8ca9a144b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:41:16 +0000 Subject: [PATCH] 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 7154c61..2acdfb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,9 +1097,9 @@ dependencies = [ [[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 94c908e..c3da578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.3.1" lazy_static = "1.4.0" redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.3" -reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.185", default-features = false, features = ["derive"]} serde_json = "1.0.105" tokio = { version = "1.32.0", features = ["full"] }