Skip to content

Commit ed55798

Browse files
fix(deps): update all non-major dependencies
1 parent 38879ab commit ed55798

File tree

3 files changed

+96
-28
lines changed

3 files changed

+96
-28
lines changed

Cargo.lock

+89-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"]
7878

7979
[dependencies]
8080
arg_enum_proc_macro = "0.3.4"
81-
bitstream-io = "~2.3.0"
81+
bitstream-io = "~2.6.0"
8282
cfg-if = "1.0"
8383
clap = { version = "4.5", optional = true, default-features = false, features = [
8484
"color",
@@ -110,7 +110,7 @@ byteorder = { version = "1.5.0", optional = true }
110110
log = "0.4"
111111
console = { version = "0.15", optional = true }
112112
fern = { version = "0.7", optional = true }
113-
itertools = "0.13"
113+
itertools = "0.14"
114114
simd_helpers = "0.1"
115115
wasm-bindgen = { version = "0.2.90", optional = true }
116116
nom = { version = "7.1.3", optional = true }
@@ -146,8 +146,8 @@ pretty_assertions = "1.4.0"
146146
interpolate_name = "0.2.4"
147147
nom = "7.1.3"
148148
quickcheck = "1.0"
149-
rand = "0.8"
150-
rand_chacha = "0.3"
149+
rand = "0.9"
150+
rand_chacha = "0.9"
151151
semver = "1.0"
152152

153153
# Exclude dependencies and features that don't work on wasm32:
@@ -162,8 +162,8 @@ criterion = "0.5"
162162
arbitrary = "1.3"
163163
interpolate_name = "0.2.4"
164164
libfuzzer-sys = "0.4.7"
165-
rand = "0.8"
166-
rand_chacha = "0.3"
165+
rand = "0.9"
166+
rand_chacha = "0.9"
167167

168168
[target.'cfg(any(decode_test, decode_test_dav1d))'.dependencies]
169169
system-deps = "6"

ivf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "BSD-2-Clause"
88
homepage = "https://github.com/xiph/rav1e"
99

1010
[dependencies]
11-
bitstream-io = "~2.3.0"
11+
bitstream-io = "~2.6.0"
1212

1313
[lints.clippy]
1414
doc_link_with_quotes = "warn"

0 commit comments

Comments
 (0)