From 869339752753fb9311ce87be5e19ace84822dbe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:05:48 +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 162cf0b..7a10ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,9 +1582,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 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 3347446..dc581bc 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.1", features = ["gzip", "blocking"] } +reqwest = { version = "0.12.2", features = ["gzip", "blocking"] } scraper = "0.19.0" threadpool = "1.8" \ No newline at end of file