From fe9d5eb2d147979026f57589e33935dc3ca4c75f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 05:17:45 +0000 Subject: [PATCH] Update nom requirement from 2.0.0 to 6.2.1 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.1) 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..b44f1fd 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.1"