From 9c73877cdb71fa5c87b33412e98fcda3719755e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:55:47 +0000 Subject: [PATCH] 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...7.1.3) --- 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 1e27df97f..e08e1f8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ slab = "0.4" smallvec = "1.10" uuid = "1.2" http = "1.1.0" -nom = "7.1" +nom = "8.0" nom_locate = "4.0" tracing = "0.1" tracing-subscriber = "0.3"