diff --git a/Cargo.toml b/Cargo.toml index 2c7d554..6f877fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ default-features = false features = ["http2", "rustls-tls", "stream"] [dependencies.ureq] -version = "2.5.0" +version = "3.0.1" optional = true default-features = false features = ["tls"]