Change reqwest rustls features

This commit is contained in:
Alex Auvolat
2022-10-18 22:11:27 +02:00
parent 8bc5caf7aa
commit 57b5c2c754
3 changed files with 3 additions and 26 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ err-derive = { version = "0.3", optional = true }
kube = { version = "0.75", default-features = false, features = ["runtime", "derive", "client", "rustls-tls"], optional = true }
k8s-openapi = { version = "0.16", features = ["v1_22"], optional = true }
schemars = { version = "0.8", optional = true }
reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls-manual-roots", "json"] }
# newer version requires rust edition 2021
pnet_datalink = "0.28"