Skip to content

Commit cb03a18

Browse files
chore(deps): update all non-major dependencies
1 parent 8c52d92 commit cb03a18

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/rav1e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
tar xj -C $HOME/.cargo/bin
196196
- name: Install Intel SDE
197197
if: matrix.conf == 'grcov-codecov'
198-
uses: petarpetrovt/setup-sde@v2.3
198+
uses: petarpetrovt/setup-sde@v2.4
199199
- name: Install ${{ matrix.toolchain }}
200200
uses: dtolnay/rust-toolchain@master
201201
with:

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ dump_lookahead_data = ["byteorder", "image"]
7474
arg_enum_proc_macro = "0.3.4"
7575
bitstream-io = "2"
7676
cfg-if = "1.0"
77-
clap = { version = "4.4.17", optional = true, default-features = false, features = [
77+
clap = { version = "4.4.18", optional = true, default-features = false, features = [
7878
"color",
7979
"std",
8080
"wrap_help",
8181
"derive",
8282
] }
83-
clap_complete = { version = "4.4.7", optional = true }
83+
clap_complete = { version = "4.4.10", optional = true }
8484
libc = "0.2"
8585
y4m = { version = "0.8", optional = true }
8686
backtrace = { version = "0.3", optional = true }
@@ -93,7 +93,7 @@ dav1d-sys = { version = "0.7.0", package = "libdav1d-sys", optional = true }
9393
aom-sys = { version = "0.3.3", optional = true }
9494
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
9595
ivf = { version = "0.1", path = "ivf/", optional = true }
96-
v_frame = "0.3.7"
96+
v_frame = "0.3.8"
9797
av-metrics = { version = "0.9.1", optional = true, default-features = false }
9898
rayon = { package = "maybe-rayon", version = "0.1", default-features = false }
9999
crossbeam = { version = "0.8", optional = true }
@@ -106,29 +106,29 @@ console = { version = "0.15", optional = true }
106106
fern = { version = "0.6", optional = true }
107107
itertools = "0.12"
108108
simd_helpers = "0.1"
109-
wasm-bindgen = { version = "0.2.90", optional = true }
109+
wasm-bindgen = { version = "0.2.92", optional = true }
110110
nom = { version = "7.1.3", optional = true }
111-
new_debug_unreachable = "1.0.4"
111+
new_debug_unreachable = "1.0.6"
112112
av1-grain = "0.2.3"
113113
serde-big-array = { version = "0.5.1", optional = true }
114114
profiling = { version = "1" }
115115
tracing-subscriber = { version = "0.3.18", optional = true }
116-
tracing-chrome = { version = "0.7.1", optional = true }
116+
tracing-chrome = { version = "0.7.2", optional = true }
117117
tracing = { version = "0.1.40", optional = true }
118118
aligned-vec = "0.5.0"
119119

120120
[dependencies.image]
121-
version = "0.24.8"
121+
version = "0.25.1"
122122
optional = true
123123
default-features = false
124124
features = ["png"]
125125

126126
[build-dependencies]
127127
cc = { version = "1.0", optional = true, features = ["parallel"] }
128-
built = { version = "0.7.1", features = [] }
128+
built = { version = "0.7.2", features = [] }
129129

130130
[build-dependencies.nasm-rs]
131-
version = "0.2"
131+
version = "0.3"
132132
optional = true
133133
features = ["parallel"]
134134

0 commit comments

Comments
 (0)