diff --git a/Cargo.lock b/Cargo.lock index 79c895f..f866326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3717,6 +3717,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rustls 0.21.12", + "rustls-native-certs", "rustls-pemfile 1.0.4", "serde", "serde_json", diff --git a/set-password/Cargo.toml b/set-password/Cargo.toml index 538c86d..fbe2141 100644 --- a/set-password/Cargo.toml +++ b/set-password/Cargo.toml @@ -26,7 +26,7 @@ features = ["opaque_client"] [dependencies.reqwest] version = "*" default-features = false -features = ["json", "blocking", "rustls-tls"] +features = ["json", "blocking", "rustls-tls", "rustls-tls-native-roots"] [dependencies.serde] workspace = true