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] authored Nov 12, 2024
1 parent 0b74316 commit bfdca33
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 61 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
128 changes: 71 additions & 57 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.6.0"
cfg-if = "1.0"
clap = { version = "4.5", optional = true, default-features = false, features = [
"color",
Expand Down Expand Up @@ -109,7 +109,7 @@ thiserror = "1.0"
byteorder = { version = "1.5.0", optional = true }
log = "0.4"
console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
fern = { version = "0.7", optional = true }
itertools = "0.13"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.90", optional = true }
Expand Down
Loading

0 comments on commit bfdca33

Please sign in to comment.