From 25f6e808ed27a049929c922b3fea643572b4c158 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Sep 2025 00:40:15 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.23 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index dc911f0..0d587b3 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -2419,9 +2419,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64 0.22.1", "bytes", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 9ba0fb4..8f0cf1e 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -19,7 +19,7 @@ asn1 = "0.22.0" actix-web = { version = "4.11.0", features = ["openssl"] } futures = "0.3.31" serde = { version = "1.0.219", features = ["derive"] } -reqwest = { version = "0.12.22", features = ["json"] } +reqwest = { version = "0.12.23", features = ["json"] } serde_json = "1.0.142" rand = "0.9.2" actix = "0.13.5" -- 2.49.1