From b77b49a3a55e20282d49d3eef3dc93bbb9179ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Mar 2019 06:33:19 +0000 Subject: [PATCH] Update nom requirement from 2.0.0 to 4.2.3 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...4.2.3) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d109d0..6bf4807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ keywords = ["uml", "parser"] [dependencies] log = "0.4.6" -nom = "2.0.0" +nom = "4.2.3"