From 9e33442e8a4c9a8da80d458c11e1e3e646cdbf8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:42:52 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ac8c40..681f455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,9 +1152,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 941b01d..6b97f90 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.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.4" -reqwest = { version = "0.12.1", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } +reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.197", default-features = false, features = ["derive"]} serde_json = "1.0.114" tokio = { version = "1.36.0", features = ["full"] }