From 9a7cabe4a7c317c0f2fc519250d372e09e7cdaef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Dec 2025 00:36:45 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.25 --- central_backend/Cargo.lock | 8 ++++---- central_backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 77e8b98..e0bb8d8 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -2615,9 +2615,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" dependencies = [ "base64 0.22.1", "bytes", @@ -3335,9 +3335,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags", "bytes", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 9e7c41d..3ffb06a 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -19,7 +19,7 @@ asn1 = "0.23.0" actix-web = { version = "4.12.1", features = ["openssl"] } futures = "0.3.31" serde = { version = "1.0.228", features = ["derive"] } -reqwest = { version = "0.12.24", features = ["json"] } +reqwest = { version = "0.12.25", features = ["json"] } serde_json = "1.0.145" rand = "0.10.0-rc.5" actix = "0.13.5" -- 2.49.1