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