From 41fca9c3f7df46e06efa2b5b3794d6bba547cb99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:29:22 +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 8bb3e21..4bc3c21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1588,9 +1588,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 436d79b..f5a6042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ simple_logger = "4.3.3" actix-web = "4" crossbeam-queue = "0.3.11" chashmap = "2.2.2" -reqwest = { version = "0.12.3", features = ["gzip", "blocking"] } +reqwest = { version = "0.12.4", features = ["gzip", "blocking"] } scraper = "0.19.0" threadpool = "1.8" \ No newline at end of file