From 82377fd8c96e61d88c50e7567d3e7c55eedba10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:39:48 +0000 Subject: [PATCH] build(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 240df0c1e..0289c3863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4997,9 +4997,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 62af1756a..0c2586b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -502,7 +502,7 @@ version = "1.11.1" # High-level HTTP client [workspace.dependencies.reqwest] -version = "0.12.22" +version = "0.12.24" default-features = false features = [ "http2",