From ce141511c039bb9ac07ed95511548dc9c035bc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:05:43 +0000 Subject: [PATCH] Update asn1_der requirement from 0.6.1 to 0.7.1 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 0e52785a842..8efba5c1e22 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.1" bs58 = "0.3.0" ed25519-dalek = "1.0.0-pre.4" either = "1.5"