Skip to content

Commit f70c1c1

Browse files
fix(deps): update all non-major dependencies
1 parent 564ae3b commit f70c1c1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 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.22.0", default-features = false, features = [
8181
"asm",
8282
] }
8383
bitstream-io = "4.1.0"
@@ -94,30 +94,30 @@ y4m = { version = "0.8", optional = true }
9494
backtrace = { version = "0.3", optional = true }
9595
num-traits = "0.2"
9696
num-derive = "0.4"
97-
pastey = "0.1.0"
97+
pastey = "0.2.0"
9898
noop_proc_macro = "0.3.0"
9999
serde = { version = "1.0", features = ["derive"], optional = true }
100100
dav1d-sys = { version = "0.7.0", package = "libdav1d-sys", optional = true }
101101
aom-sys = { version = "0.3.3", optional = true }
102102
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
103103
ivf = { version = "0.1", path = "ivf/", optional = true }
104-
v_frame = "0.3.7"
104+
v_frame = "0.5.0"
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"
117117
wasm-bindgen = { version = "0.2.90", optional = true }
118118
nom = { version = "8.0.0", optional = true }
119119
new_debug_unreachable = "1.0.4"
120-
av1-grain = "0.2.3"
120+
av1-grain = "0.3.0"
121121
serde-big-array = { version = "0.5.1", optional = true }
122122
profiling = { version = "1" }
123123
tracing-subscriber = { version = "0.3.18", optional = true }
@@ -141,31 +141,31 @@ optional = true
141141
features = ["parallel"]
142142

143143
[target.'cfg(unix)'.dependencies]
144-
signal-hook = { version = "0.3", optional = true }
144+
signal-hook = { version = "0.4", optional = true }
145145

146146
[dev-dependencies]
147147
pretty_assertions = "1.4.0"
148148
interpolate_name = "0.2.4"
149149
nom = "8.0.0"
150150
quickcheck = "1.0"
151151
rand = "0.9"
152-
rand_chacha = "0.9"
152+
rand_chacha = "0.10"
153153
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.8", 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.8"
162162

163163
[target.'cfg(fuzzing)'.dependencies]
164164
arbitrary = "1.3"
165165
interpolate_name = "0.2.4"
166166
libfuzzer-sys = "0.4.7"
167167
rand = "0.9"
168-
rand_chacha = "0.9"
168+
rand_chacha = "0.10"
169169

170170
[lints.rust.unexpected_cfgs]
171171
level = "warn"

0 commit comments

Comments
 (0)