From 938dc98963e81df88963163a27b16c847949c55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:03:29 +0000 Subject: [PATCH] Bump reqwest from 0.12.28 to 0.13.1 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to 0.13.1. - [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.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8a976..e8e48e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,9 +862,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.28" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" +checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" dependencies = [ "base64", "bytes", @@ -880,9 +880,6 @@ dependencies = [ "log", "percent-encoding", "pin-project-lite", - "serde", - "serde_json", - "serde_urlencoded", "sync_wrapper", "tokio", "tower", diff --git a/Cargo.toml b/Cargo.toml index 906edaf..97fba0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ regex = { version = "1.12.2", default-features = false, features = ["std", "perf [dev-dependencies] actix-web = { version = "4.12.1", default-features = false } cargo_metadata = "0.23.1" -reqwest = { version = "0.12.28", default-features = false, features = ["blocking"] } +reqwest = { version = "0.13.1", default-features = false, features = ["blocking"] } serde = { version = "1.0.228", default-features = false, features = ["derive"] } serde_json = { version = "1.0.149", default-features = false } tokio = { version = "1.49.0", default-features = false, features = ["io-std", "io-util", "macros", "process", "rt"] }