From a89ee7efc5f71f2ebcb7f35a7041fc34c71df3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 01:10:22 +0000 Subject: [PATCH] Update nom requirement from 5 to 7 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...7.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... 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 9e4fc330..84432c2e 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" [dependencies] der-parser = "4" # 'nom' dependency from 'der-parser' -nom = "5" +nom = "7" x25519-dalek = "1" curve25519-dalek = "3" sha2 = "0"