From cd7fc14589a672234bb88255a1114d88771dce30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:54:42 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.17 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dce7b6d..9f3b193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" dependencies = [ "async-compression", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index bf06c5a..050be80 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.0", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.8.1" -reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.11.17", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.160", default-features = false, features = ["derive"]} serde_json = "1.0.96" tokio = { version = "1.28.0", features = ["full"] }