From c2df1d381c72d78ffbe12be23b059eb4756b40ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:24:04 +0000 Subject: [PATCH] fix(deps): update rust crate nom to v8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 793a36e3cf..d6d0e6f09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ fern = { version = "0.7", optional = true } itertools = "0.13" simd_helpers = "0.1" wasm-bindgen = { version = "0.2.90", optional = true } -nom = { version = "7.1.3", optional = true } +nom = { version = "8.0.0", optional = true } new_debug_unreachable = "1.0.4" av1-grain = "0.2.3" serde-big-array = { version = "0.5.1", optional = true } @@ -144,7 +144,7 @@ signal-hook = { version = "0.3", optional = true } [dev-dependencies] pretty_assertions = "1.4.0" interpolate_name = "0.2.4" -nom = "7.1.3" +nom = "8.0.0" quickcheck = "1.0" rand = "0.8" rand_chacha = "0.3"