From e175636bcc15acd7d0d35bfa581fa45ef78a7b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:20:53 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.13.3 to 0.13.4 in /backend Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.3 to 0.13.4. - [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.3...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4c0f68a..83865db 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3099,9 +3099,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1f8bf5f..422ba8f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -38,7 +38,7 @@ bitcoin = { version = "0.32.8", features = [ "serde" ] } hex = { version = "0.4" } jsonrpsee = { version = "0.26", features = [ "http-client" ] } - reqwest = { version = "0.13.3", features = [ "json" ] } + reqwest = { version = "0.13.4", features = [ "json" ] } serde = { version = "1", features = [ "derive" ] } serde_json = { version = "1.0", default-features = false, features = [ "alloc",