Explorar o código

Use native tls cert roots

David Caseria hai 9 meses
pai
achega
8477dc7a1d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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