diff --git a/core/cert-manager/Cargo.toml b/core/cert-manager/Cargo.toml index efc76d3..884cb85 100644 --- a/core/cert-manager/Cargo.toml +++ b/core/cert-manager/Cargo.toml @@ -19,7 +19,7 @@ rcgen = { version = "0.12.1", features = ["pem", "x509-parser"] } rsa = { version = "0.9.2", features = ["pem"] } # https://crates.io/crates/rsa rustls = "0.22.2" rustls-pemfile = "2.0.0" -x509-parser = "0.15.1" +x509-parser = "0.16.0" [dev-dependencies] env_logger = "0.11.2" diff --git a/core/network/Cargo.toml b/core/network/Cargo.toml index bec0476..7563e6e 100644 --- a/core/network/Cargo.toml +++ b/core/network/Cargo.toml @@ -23,7 +23,7 @@ random-manager = "0.0.5" # https://crates.io/crates/random-manager/versions rcgen = { version = "0.12.1", features = ["pem", "x509-parser"] } rsa = { version = "0.9.2", features = ["pem"] } # https://crates.io/crates/rsa rustls-pemfile = "2.0.0" -x509-parser = "0.15.1" +x509-parser = "0.16.0" # for feature "pem" pem = { version = "3.0.0", optional = true } # https://github.com/jcreekmore/pem-rs cert-manager = { path = "../../core/cert-manager" }