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]