From 9a1a3328fd62b291c8dc0d1853bb91c06789028f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:35:36 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.20 to 0.12.23 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.23. - [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.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 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 95343ff7..44e97dd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5548,9 +5548,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 347d3bdb..ebbf9378 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.23", features = ["json"] } serde_json = "1.0.138" serde = { version = "1.0.215", features = ["derive"] } alloy = { version = "1.0.16", features = ["rand", "signer-mnemonic"] }