diff --git a/Cargo.lock b/Cargo.lock index 1ed06136646..3abea2e3335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,9 @@ dependencies = [ [[package]] name = "asn1_der" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" +checksum = "4858a9d740c5007a9069007c3b4e91152d0506f13c1b31dd49051fd537656156" [[package]] name = "async-attributes" diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 920b9a990e4..b2068ff7156 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -12,7 +12,7 @@ categories = ["cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -asn1_der = { version = "0.7.6", optional = true } +asn1_der = { version = "0.7.7", optional = true } bs58 = { version = "0.5.0", optional = true } ed25519-dalek = { version = "2.1", optional = true } hkdf = { version = "0.12.4", optional = true }