diff --git a/rspotify-http/Cargo.toml b/rspotify-http/Cargo.toml index 62e50808..b79567eb 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "2.0.9" # Supported clients reqwest = { version = "0.12.1", default-features = false, features = ["json", "socks"], optional = true } -reqwest-middleware = { version = "0.4.0", features = ["json"], optional = true } +reqwest-middleware = { version = "0.5.1", 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 }