From 84d9d9a2f8af4c47fca435ebd40d9b70cb68a5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:24:15 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.20 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.24. - [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.12.20...v0.12.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 536e5705..ae06776c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5561,9 +5561,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 347d3bdb..561366d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.45", features = [ "sync", "time", ] } -reqwest = { version = "0.12.20", features = ["json"] } +reqwest = { version = "0.12.24", features = ["json"] } serde_json = "1.0.138" serde = { version = "1.0.215", features = ["derive"] } alloy = { version = "1.0.16", features = ["rand", "signer-mnemonic"] }