From e516fb0228014db5b971e275a5aa22b1621e39d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:21:51 +0000 Subject: [PATCH] Update Rust crate nom to v8 --- comma-v/Cargo.toml | 2 +- git-fast-import/Cargo.toml | 2 +- rcs-ed/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..767b4dc 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -11,7 +11,7 @@ chrono = "0.4.19" derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } itertools = "0.10.3" -nom = "7.1.0" +nom = "8.0.0" thiserror = "1.0.30" [dev-dependencies] diff --git a/git-fast-import/Cargo.toml b/git-fast-import/Cargo.toml index a883385..d196a89 100644 --- a/git-fast-import/Cargo.toml +++ b/git-fast-import/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] derive_more = "0.99.17" -nom = "7.1.0" +nom = "8.0.0" rev_lines = "0.2.1" serde = "1.0.136" thiserror = "1.0.30" diff --git a/rcs-ed/Cargo.toml b/rcs-ed/Cargo.toml index 6b5b9a1..3f7690f 100644 --- a/rcs-ed/Cargo.toml +++ b/rcs-ed/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.53" -nom = "7.1.0" +nom = "8.0.0" thiserror = "1.0.30" [dev-dependencies]