From a4cbd3be72c109da2e3ec3228b395b351ca73d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:02:30 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.12.1 to 0.13.1 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.1...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rspotify-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspotify-http/Cargo.toml b/rspotify-http/Cargo.toml index 62e50808..59fdde9a 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.67" thiserror = "2.0.9" # Supported clients -reqwest = { version = "0.12.1", default-features = false, features = ["json", "socks"], optional = true } +reqwest = { version = "0.13.1", default-features = false, features = ["json", "socks"], optional = true } reqwest-middleware = { version = "0.4.0", features = ["json"], optional = true } ureq = { version = "2.2.0", default-features = false, features = ["json", "cookies", "socks-proxy"], optional = true } native-tls = { version = "0.2.11", optional = true }