diff --git a/Cargo.toml b/Cargo.toml index 3cbb323..5e0d0ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ version = "1.0.0-alpha.2" features = ["ecdsa", "p256", "rsa", "hmac"] [dependencies.reqwest] -version = "0.11" +version = "0.12" features = ["rustls-tls", "json"] default-features = false