From ceaf8ecc4b07dfa8e2f7faf4ce2b2998c64a6a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:41:31 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 900bdb8..4da2ac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "async-compression", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index fc7312c..cfb69ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.5.1" lazy_static = "1.4.0" redis = { version = "0.25.3", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.4" -reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.198", default-features = false, features = ["derive"]} serde_json = "1.0.116" tokio = { version = "1.37.0", features = ["full"] }