From 9f704bab36be94bdb602e5f281a920e74a62b234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 03:10:05 +0000 Subject: [PATCH] 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 016f960..286f0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ unicode-width = "0.2" backtrace = { version = "0.3", optional=true } thiserror = "2.0.0" log = { version = "0.4.20", optional = true } -nom = { version = "7.1.3", optional = true } +nom = { version = "8.0.0", optional = true } [features] html_trace = ["dep:log"]