From a3675ede9c2a746de9094ec73c0d3cf4f6c67c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:27:36 +0000 Subject: [PATCH] Update nom requirement from ^7.0.0 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.0.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 bb24fe2..75cd4c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ hashbrown = "0.15.0" version = "0.9" [dependencies.nom] -version = "^7.0.0" +version = "^8.0.0" [dependencies.serde] version = "1.0.118"