From 2727bde06a1ee3197842d01df31a6ccc1a4d39f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:35:43 +0000 Subject: [PATCH] Update nom requirement from 7 to 8 Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1caf0a..20e8703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["replays/*", "build-doc.sh", ".travis.yml", "CoH3Rec.bt"] [dependencies] byteorder = "1" magnus = { version = "0.7", optional = true } -nom = "7" +nom = "8" nom_locate = "4" nom-tracable = "0.9" serde = { version = "1.0", features = ["derive"], optional = true }