diff --git a/Cargo.toml b/Cargo.toml index 4266f49..d6382f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/rustls/webpki-roots" [workspace.dependencies] hex = "0.4.3" -pki-types = { package = "rustls-pki-types", version = "1", default-features = false } +pki-types = { package = "rustls-pki-types", version = "1.8", default-features = false } webpki = { package = "rustls-webpki", version = "0.102", features = ["alloc"] } x509-parser = "0.16.0" yasna = "0.5.2"