We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6367a97 commit 6da9ad0Copy full SHA for 6da9ad0
crates/common/certificate/Cargo.toml
@@ -17,7 +17,9 @@ reqwest = ["dep:reqwest"]
17
anyhow = { workspace = true }
18
camino = { workspace = true }
19
rcgen = { workspace = true }
20
-reqwest = { workspace = true, optional = true }
+reqwest = { workspace = true, optional = true, features = [
21
+ "rustls-tls-native-roots",
22
+] }
23
rustls = { workspace = true }
24
rustls-native-certs = { workspace = true }
25
rustls-pemfile = { workspace = true }
0 commit comments