From 3dad830b47ba78fa3514bb2fec0016b1f865da6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 11:12:37 +0000 Subject: [PATCH] Update nom requirement from 6.1 to 7.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/main/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/commits) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_core/Cargo.toml b/simag_core/Cargo.toml index f2a977f..dc5f48f 100644 --- a/simag_core/Cargo.toml +++ b/simag_core/Cargo.toml @@ -14,7 +14,7 @@ dashmap = { version = "4.0" } env_logger = "0.9" float-cmp = "0.8" thiserror = "1.0" -nom = "6.1" +nom = "7.1" num_cpus = "1.13" log = "0.4" once_cell = "1.7"