From 427de65a364d27b53932c71738de32b98d069b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:22:57 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.22 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 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.22...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 54383e8d..45666cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7704,9 +7704,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e5db0b9a..efa17c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ prometheus-http-query = "0.8.3" prometheus-parse = "0.2.5" rand = "0.8.5" remote-attestation-verifier = { git = "https://github.com/atoma-network/nvrust.git", branch = "main", package = "remote-attestation-verifier" } -reqwest = "0.12.22" +reqwest = "0.12.24" rs_merkle = "1.4.2" sentry = { version = "0.37.0", features = [ "tracing" ] } serde = "1.0.219"