From 263f4d405cebb5f50b60d26d76ddc61fda736b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:10:44 +0000 Subject: [PATCH] chore(deps): 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 | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82fff1ba..055cc39f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2945,9 +2945,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[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", @@ -2963,7 +2963,6 @@ dependencies = [ "pin-project-lite", "serde", "serde_json", - "serde_urlencoded", "sync_wrapper", "tokio", "tower", diff --git a/Cargo.toml b/Cargo.toml index fa089aa4..92b712ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ proc-macro2 = { version = "1", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.9", default-features = false } redis = { version = "0.32", default-features = false } -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.13", default-features = false } rustversion = "1" schemars = { version = "0.9", default-features = false } sea-query = { version = "0.32", default-features = false }