From 75353e30d0c7e5655da7f98262e87da09c56d9de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:31:43 +0000 Subject: [PATCH] Update der-parser requirement from 3 to 4 Updates the requirements on [der-parser](https://github.com/rusticata/der-parser) to permit the latest version. - [Release notes](https://github.com/rusticata/der-parser/releases) - [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/der-parser/compare/der-parser-3.0.0...der-parser-4.0.2) Signed-off-by: dependabot-preview[bot] --- curve25519-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index 8cb9da49..6fca9483 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -der-parser = "3" +der-parser = "4" # 'nom' dependency from 'der-parser' nom = "5" x25519-dalek = "0"