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"