From d2e2fa3824b3afc8fea21551b210c420c9f9f476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:47:51 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.0 to 0.12.24 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.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 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..e8fea0a 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.24", features = ["blocking"] } serde = { version = "1.0.117", features = ["derive"] } serde_cbor = "0.11.1" serde_json = "1.0.59"