Skip to content

Commit 593ace9

Browse files
fix(deps): update all non-major dependencies
1 parent 09a4111 commit 593ace9

File tree

4 files changed

+48
-33
lines changed

4 files changed

+48
-33
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.lock

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

Cargo.toml

+1-1
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.5.0"
8282
cfg-if = "1.0"
8383
clap = { version = "4.5", optional = true, default-features = false, features = [
8484
"color",

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.5.0"
1212

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

0 commit comments

Comments
 (0)