From d3b076937556e42c2f21d0ff0e006dc9ca7b9753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:42:50 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fdaa8f..1a6404b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true } indexmap = { version = "2.1", optional = true } jetscii = "0.5" memchr = "2.5" -nom = { version = "7.1", default-features = false, features = ["std"] } +nom = { version = "8.0", default-features = false, features = ["std"] } rowan = "0.15" tracing = { version = "0.1", optional = true }