From be661a60301c1cfa4b7bdc8e791e3def0dbcc3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 06:43:40 +0000 Subject: [PATCH] Update nom requirement from 5 to 6 Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/5.0.0...6.0.0) Signed-off-by: dependabot[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..a04b0030 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" [dependencies] der-parser = "3" # 'nom' dependency from 'der-parser' -nom = "5" +nom = "6" x25519-dalek = "0" curve25519-dalek = "2" sha2 = "0"