From dd259d7722b02afd7f0307d6f970e9ebd36d707c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:29:53 +0000 Subject: [PATCH] Bump reqwest from 0.13.1 to 0.13.2 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2. - [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.13.1...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86e04eb..98075bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ "rand 0.9.2", "rand_core 0.6.4", "rand_core 0.9.5", - "reqwest 0.13.1", + "reqwest 0.13.2", "serde", "serde_bytes", "serde_json", @@ -4697,9 +4697,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 536d73d..45d7fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ criterion = { version = "0.8", optional = true } hickory-resolver = { version = "0.25.2", optional = true } # HTTP client for IPNS gateway fallback -reqwest = { version = "0.13.1", features = ["blocking"], optional = true } +reqwest = { version = "0.13.2", features = ["blocking"], optional = true } # Ingest API dependencies (Phase 3) tiny_http = { version = "0.12", optional = true }