@@ -77,7 +77,7 @@ dump_lookahead_data = ["byteorder", "image"]
7777
7878[dependencies ]
7979arg_enum_proc_macro = " 0.3.4"
80- av-scenechange = { version = " 0.14.1 " , default-features = false , features = [
80+ av-scenechange = { version = " 0.17.0 " , default-features = false , features = [
8181 " asm" ,
8282] }
8383bitstream-io = " 4.1.0"
@@ -105,12 +105,12 @@ v_frame = "0.3.7"
105105av-metrics = { version = " 0.9.1" , optional = true , default-features = false }
106106rayon = { package = " maybe-rayon" , version = " 0.1" , default-features = false }
107107crossbeam = { version = " 0.8" , optional = true }
108- toml = { version = " 0.8 " , optional = true }
108+ toml = { version = " 0.9 " , optional = true }
109109arrayvec = " 0.7"
110110thiserror = " 2.0"
111111byteorder = { version = " 1.5.0" , optional = true }
112112log = " 0.4"
113- console = { version = " 0.15 " , optional = true }
113+ console = { version = " 0.16 " , optional = true }
114114fern = { version = " 0.7" , optional = true }
115115itertools = " 0.14"
116116simd_helpers = " 0.1"
@@ -154,11 +154,11 @@ semver = "1.0"
154154
155155# Exclude dependencies and features that don't work on wasm32:
156156[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
157- criterion = { version = " 0.6 " , default-features = false }
157+ criterion = { version = " 0.7 " , default-features = false }
158158
159159[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
160160assert_cmd = " 2.0"
161- criterion = " 0.6 "
161+ criterion = " 0.7 "
162162
163163[target .'cfg(fuzzing)' .dependencies ]
164164arbitrary = " 1.3"
0 commit comments