Skip to content

Commit eee5108

Browse files
fix(deps): update all non-major dependencies
1 parent b7bf390 commit eee5108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dump_lookahead_data = ["byteorder", "image"]
7777

7878
[dependencies]
7979
arg_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
] }
8383
bitstream-io = "4.1.0"
@@ -105,12 +105,12 @@ v_frame = "0.3.7"
105105
av-metrics = { version = "0.9.1", optional = true, default-features = false }
106106
rayon = { package = "maybe-rayon", version = "0.1", default-features = false }
107107
crossbeam = { version = "0.8", optional = true }
108-
toml = { version = "0.8", optional = true }
108+
toml = { version = "0.9", optional = true }
109109
arrayvec = "0.7"
110110
thiserror = "2.0"
111111
byteorder = { version = "1.5.0", optional = true }
112112
log = "0.4"
113-
console = { version = "0.15", optional = true }
113+
console = { version = "0.16", optional = true }
114114
fern = { version = "0.7", optional = true }
115115
itertools = "0.14"
116116
simd_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]
160160
assert_cmd = "2.0"
161-
criterion = "0.6"
161+
criterion = "0.7"
162162

163163
[target.'cfg(fuzzing)'.dependencies]
164164
arbitrary = "1.3"

0 commit comments

Comments
 (0)