Bump webpki-roots to v0.24 (#2597)

This commit is contained in:
Paolo Barbolini
2023-07-08 21:42:32 +02:00
committed by GitHub
parent 258eacafd9
commit a87a871913
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ native-tls = { version = "0.2.10", optional = true }
rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration", "tls12"], optional = true }
rustls-pemfile = { version = "1.0", optional = true }
webpki-roots = { version = "0.23", optional = true }
webpki-roots = { version = "0.24", optional = true }
# Type Integrations
bit-vec = { workspace = true, optional = true }