Skip to content

Commit c2df1d3

Browse files
fix(deps): update rust crate nom to v8
1 parent 38879ab commit c2df1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fern = { version = "0.7", optional = true }
113113
itertools = "0.13"
114114
simd_helpers = "0.1"
115115
wasm-bindgen = { version = "0.2.90", optional = true }
116-
nom = { version = "7.1.3", optional = true }
116+
nom = { version = "8.0.0", optional = true }
117117
new_debug_unreachable = "1.0.4"
118118
av1-grain = "0.2.3"
119119
serde-big-array = { version = "0.5.1", optional = true }
@@ -144,7 +144,7 @@ signal-hook = { version = "0.3", optional = true }
144144
[dev-dependencies]
145145
pretty_assertions = "1.4.0"
146146
interpolate_name = "0.2.4"
147-
nom = "7.1.3"
147+
nom = "8.0.0"
148148
quickcheck = "1.0"
149149
rand = "0.8"
150150
rand_chacha = "0.3"

0 commit comments

Comments
 (0)