diff --git a/Cargo.lock b/Cargo.lock index 6b30842a9..4cfd88032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ "pem-rfc7468 1.0.0", "picky-asn1 0.10.1", "picky-asn1-der 0.5.6", - "picky-asn1-x509 0.15.3", + "picky-asn1-x509 0.15.4", "rstest", "s390_pv", "scroll", @@ -5170,9 +5170,9 @@ dependencies = [ [[package]] name = "picky-asn1-x509" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cacf27a75aa1b95e8b1726569fcd693a19d3445aecbcd0d20120e7f82a3cb3b" +checksum = "859d4117bd1b1dc5646359ee7243c50c5000c0920ea2d1fb120335a2f4c684b8" dependencies = [ "base64 0.22.1", "oid", diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index 4e80f20e7..423b58d88 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -52,7 +52,7 @@ tracing-subscriber = { workspace = true, optional = true } num-traits = { version = "0.2" } picky-asn1 = { version = "0.10.1", optional = true } picky-asn1-der = { version = "0.5.6", optional = true } -picky-asn1-x509 = { version = "0.15.2", optional = true } +picky-asn1-x509 = { version = "0.15.4", optional = true } tss-esapi = { version = "7.5", optional = true }