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 Mar 5, 2024
1 parent 5e0f230 commit ee47934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3.4"
bitstream-io = "2"
cfg-if = "1.0"
clap = { version = "4.4.17", optional = true, default-features = false, features = [
clap = { version = "4.4.18", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "4.4.7", optional = true }
clap_complete = { version = "4.4.10", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand All @@ -89,7 +89,7 @@ num-derive = "0.4"
paste = "1.0"
noop_proc_macro = "0.3.0"
serde = { version = "1.0", features = ["derive"], optional = true }
dav1d-sys = { version = "0.6.0", package = "libdav1d-sys", optional = true }
dav1d-sys = { version = "0.7.0", package = "libdav1d-sys", optional = true }
aom-sys = { version = "0.3.3", optional = true }
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
ivf = { version = "0.1", path = "ivf/", optional = true }
Expand All @@ -106,7 +106,7 @@ console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
itertools = "0.12"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.90", optional = true }
wasm-bindgen = { version = "0.2.92", optional = true }
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
av1-grain = "0.2.3"
Expand All @@ -117,7 +117,7 @@ tracing-chrome = { version = "0.7.1", optional = true }
tracing = { version = "0.1.40", optional = true }

[dependencies.image]
version = "0.24.8"
version = "0.24.9"
optional = true
default-features = false
features = ["png"]
Expand All @@ -127,7 +127,7 @@ cc = { version = "1.0", optional = true, features = ["parallel"] }
built = { version = "0.7.1", features = [] }

[build-dependencies.nasm-rs]
version = "0.2"
version = "0.3"
optional = true
features = ["parallel"]

Expand Down

0 comments on commit ee47934

Please sign in to comment.