Bump webpki-roots dev-dependency to 0.23.1

This commit is contained in:
Dirkjan Ochtman 2023-06-09 11:46:23 +02:00
parent 4476f8bc02
commit c669c161cf

View File

@ -28,6 +28,6 @@ argh = "0.1"
tokio = { version = "1.0", features = ["full"] } tokio = { version = "1.0", features = ["full"] }
futures-util = "0.3.1" futures-util = "0.3.1"
lazy_static = "1" lazy_static = "1"
webpki-roots = "0.22" webpki-roots = "0.23.1"
rustls-pemfile = "1" rustls-pemfile = "1"
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] } webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }