From 1e16b3bfb3a443bef42eb98bd461edd01457760b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:24:40 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.0 to 0.12.25 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.12.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 302e9ee..b2b762e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4.19" hex = "0.4.2" net2 = "0.2.35" regex = "1.4.2" -reqwest = { version = "0.11.0", features = ["blocking"] } +reqwest = { version = "0.12.25", features = ["blocking"] } serde = { version = "1.0.117", features = ["derive"] } serde_cbor = "0.11.1" serde_json = "1.0.59"