Browse Source

Use native tls cert roots

David Caseria 9 tháng trước cách đây
mục cha
commit
8477dc7a1d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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