From b3d11b298a395d4dc4e95e6cb2cba249b36862de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:34:01 +0000 Subject: [PATCH] Update nom_locate requirement from 4 to 5 Updates the requirements on [nom_locate](https://github.com/fflorent/nom_locate) to permit the latest version. - [Changelog](https://github.com/fflorent/nom_locate/blob/master/CHANGELOG.md) - [Commits](https://github.com/fflorent/nom_locate/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: nom_locate 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..90ee71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["replays/*", "build-doc.sh", ".travis.yml", "CoH3Rec.bt"] byteorder = "1" magnus = { version = "0.7", optional = true } nom = "7" -nom_locate = "4" +nom_locate = "5" nom-tracable = "0.9" serde = { version = "1.0", features = ["derive"], optional = true } uuid = "1"