diff --git a/rspotify-http/Cargo.toml b/rspotify-http/Cargo.toml index 17285862..615c3cbb 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -26,7 +26,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 } -ureq = { version = "2.2.0", default-features = false, features = ["json", "cookies", "socks-proxy"], optional = true } +ureq = { version = "3.1.2", default-features = false, features = ["json", "cookies", "socks-proxy"], optional = true } native-tls = { version = "0.2.11", optional = true } [dev-dependencies]