Bump rustls-native-certs to v0.8 (#992)

This commit is contained in:
Paolo Barbolini
2024-09-13 15:41:18 +02:00
committed by GitHub
parent ad665cd01e
commit 575492b9ed
3 changed files with 9 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ percent-encoding = { version = "2.3", optional = true }
native-tls = { version = "0.2.5", 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.7", optional = true }
rustls-native-certs = { version = "0.8", optional = true }
rustls-pki-types = { version = "1.7", optional = true }
webpki-roots = { version = "0.26", optional = true }
boring = { version = "4", optional = true }