From 45f8d98bbc250d89c7794ce46e23ac48e5a67430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:46:10 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.4 to 0.12.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.11.4...v0.12.1) --- updated-dependencies: - dependency-name: reqwest 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 3ba75e8f..36647e9a 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.67" thiserror = "1.0.29" # Supported clients -reqwest = { version = "0.11.4", default-features = false, features = ["json", "socks"], optional = true } +reqwest = { version = "0.12.1", default-features = false, features = ["json", "socks"], optional = true } ureq = { version = "2.2.0", default-features = false, features = ["json", "cookies", "socks-proxy"], optional = true } [dev-dependencies]