From ffe02e09032a62f8fc8ec276f99ec0da93cf0cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:55:22 +0000 Subject: [PATCH] Bump reqwest from 0.12.28 to 0.13.4 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 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.12.28...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- backend/bins/bin_console/Cargo.toml | 2 +- backend/bins/bin_frontend/Cargo.toml | 2 +- backend/libs/lib_rpc/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68fc2fc..f452336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,9 +2016,9 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "reqwest" -version = "0.12.28" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", @@ -2032,9 +2032,6 @@ dependencies = [ "log", "percent-encoding", "pin-project-lite", - "serde", - "serde_json", - "serde_urlencoded", "sync_wrapper", "tokio", "tower 0.5.3", diff --git a/backend/bins/bin_console/Cargo.toml b/backend/bins/bin_console/Cargo.toml index f626e41..e88aa2e 100644 --- a/backend/bins/bin_console/Cargo.toml +++ b/backend/bins/bin_console/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] once_cell = "1.21.4" -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.13", default-features = false } secrecy = { workspace = true } serde_json = { version = "1.0" } tokio-stream = { workspace = true } diff --git a/backend/bins/bin_frontend/Cargo.toml b/backend/bins/bin_frontend/Cargo.toml index f8aeb1b..9985da8 100644 --- a/backend/bins/bin_frontend/Cargo.toml +++ b/backend/bins/bin_frontend/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] once_cell = "1.21.4" -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.13", default-features = false } secrecy = { workspace = true } serde_json = { version = "1.0" } tokio-stream = { workspace = true } diff --git a/backend/libs/lib_rpc/Cargo.toml b/backend/libs/lib_rpc/Cargo.toml index c39e4ef..158a8a3 100644 --- a/backend/libs/lib_rpc/Cargo.toml +++ b/backend/libs/lib_rpc/Cargo.toml @@ -42,4 +42,4 @@ tonic-build = { workspace = true } tonic-prost-build = { workspace = true } [dev-dependencies] -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.13", default-features = false }