From 700ad5b5198422fbe88e5bbaf00b4f3048e8ead2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:41:53 +0000 Subject: [PATCH] build(deps): update nom requirement from 7.1 to 8.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.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index c5bcb4d0..915ed05f 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -12,7 +12,7 @@ publish = false bindgen = "=0.69.4" heck = "0.5" itertools = "0.14" -nom = "7.1" +nom = "8.0" once_cell = "1.7" proc-macro2 = "1.0" quote = "1.0"