From 9a2a26f083982848e2702aef68b6b93d13bc7308 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Dec 2025 00:35:43 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.28 --- 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 b0d467a..6f5a3e8 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -2615,9 +2615,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.26" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64 0.22.1", "bytes", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index d54f4b9..5a2d0b1 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.26", features = ["json"] } +reqwest = { version = "0.12.28", features = ["json"] } serde_json = "1.0.145" rand = "0.10.0-rc.5" actix = "0.13.5"