ソースを参照

Use native tls cert roots

David Caseria 9 ヶ月 前
コミット
8477dc7a1d
1 ファイル変更1 行追加0 行削除
  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