From 028896fd98b573f3ca2babb734d96e8793439032 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 05:16:10 +0000 Subject: [PATCH] Update nom requirement from 2.0.0 to 6.2.0 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/2.0.0...6.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d109d0..05bc3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ keywords = ["uml", "parser"] [dependencies] log = "0.4.6" -nom = "2.0.0" +nom = "6.2.0"