Browse Source

Use native tls cert roots

David Caseria 9 months ago
parent
commit
8477dc7a1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crates/cdk/Cargo.toml

+ 1 - 0
crates/cdk/Cargo.toml

@@ -32,6 +32,7 @@ once_cell = "1.19"
 reqwest = { version = "0.12", default-features = false, features = [
     "json",
     "rustls-tls",
+    "rustls-tls-native-roots",
     "socks",
 ], optional = true }
 serde.workspace = true