From cce26464ecde5492257a2019959a634c3a678f82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 22:30:09 +0000 Subject: [PATCH] chore(deps): update rust crate nom to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d7ee3c0..f8daf15d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ git2 = "0.20.1" glob = "0.3.2" itertools = "0.14.0" libtest-mimic = "0.8.1" -nom = "7.1.3" +nom = "8.0.0" pigeons = { version = "0.1.1", path = "./pigeons" } termcolor = "1.4.1" thiserror = "2.0.12"