From ea36ba330a3249a2e2378b4f5d905fd68ec0ced0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:38:25 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.22 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4407f1c..78c1e8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,9 +1105,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.21" +version = "0.11.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 78e3365..b238c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.4.0" lazy_static = "1.4.0" redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.6" -reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.188", default-features = false, features = ["derive"]} serde_json = "1.0.107" tokio = { version = "1.32.0", features = ["full"] }