Use native tls cert roots

This commit is contained in:
David Caseria
2024-07-10 16:31:26 -04:00
committed by thesimplekid
parent 6d54b97a95
commit 8477dc7a1d

View File

@@ -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