From a9d24960e8585d935fdc5f2d834fa6121e87ff5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 06:01:57 +0000 Subject: [PATCH] Update asn1_der requirement from 0.6.1 to 0.7.4 Updates the requirements on [asn1_der](https://github.com/KizzyCode/asn1_der-rust) to permit the latest version. - [Release notes](https://github.com/KizzyCode/asn1_der-rust/releases) - [Commits](https://github.com/KizzyCode/asn1_der-rust/commits) Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index db365e02321..3dd0c08e364 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -asn1_der = "0.6.1" +asn1_der = "0.7.4" bs58 = "0.4.0" ed25519-dalek = "1.0.1" either = "1.5"