From 709e058aaae5a1cac81882c637d06a9d7bd44ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:57:45 +0000 Subject: [PATCH] build(deps): update nom requirement from 7.1.3 to 8.0.0 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.1.3...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 69b1c5f..0ec98ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ license = "MIT" [dependencies] byteorder = "1.5.0" itertools = "0.13" -nom = "7.1.3" +nom = "8.0.0" rand = "0.8.5"