build: fix -Zminimal-versions build (#1007)

This commit is contained in:
Paolo Barbolini
2024-11-27 10:11:49 +01:00
committed by GitHub
parent 51794aa912
commit b62d23bd87

View File

@@ -44,7 +44,7 @@ url = { version = "2.4", optional = true }
percent-encoding = { version = "2.3", optional = true }
## tls
native-tls = { version = "0.2.5", optional = true } # feature
native-tls = { version = "0.2.9", optional = true } # feature
rustls = { version = "0.23.5", default-features = false, features = ["ring", "logging", "std", "tls12"], optional = true }
rustls-pemfile = { version = "2", optional = true }
rustls-native-certs = { version = "0.8", optional = true }