diff --git a/Cargo.toml b/Cargo.toml index 35b6b89..cdc9e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_derive = "1.0.217" anyhow = "=1.0.95" [dependencies.ureq] -version = "*" +version = "2.12.1" features = ["default", "json", "tls"] optional = true