From 06ea8cef7ef6d8527fa9fdb9fc23dec88abe2a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:40:51 +0000 Subject: [PATCH] deps: bump asn1_der from 0.7.5 to 0.7.6 Pull-Request: #3752. --- Cargo.lock | 4 ++-- identity/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f9f070..7ab9718f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,9 +263,9 @@ dependencies = [ [[package]] name = "asn1_der" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" +checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" [[package]] name = "async-attributes" diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 78343849..d0352036 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.4", optional = true } +asn1_der = { version = "0.7.6", optional = true } bs58 = { version = "0.4.0", optional = true } ed25519-dalek = { version = "1.0.1", optional = true } libsecp256k1 = { version = "0.7.0", optional = true }