Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 4cd86ff commit 02f4600
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
tar xj -C $HOME/.cargo/bin
- name: Install Intel SDE
if: matrix.conf == 'grcov-codecov'
uses: petarpetrovt/setup-sde@v2.3
uses: petarpetrovt/setup-sde@v2.4
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"]

[dependencies]
arg_enum_proc_macro = "0.3.4"
bitstream-io = "~2.3.0"
bitstream-io = "~2.5.0"
cfg-if = "1.0"
clap = { version = "~4.4.17", optional = true, default-features = false, features = [
"color",
Expand Down
2 changes: 1 addition & 1 deletion ivf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "BSD-2-Clause"
homepage = "https://github.com/xiph/rav1e"

[dependencies]
bitstream-io = "~2.3.0"
bitstream-io = "~2.5.0"

[lints.clippy]
doc_link_with_quotes = "warn"
Expand Down

0 comments on commit 02f4600

Please sign in to comment.