Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 5555b5f commit b4c2f40
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 76 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.1
uses: petarpetrovt/setup-sde@v2.2
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand Down
85 changes: 22 additions & 63 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3.4"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.3.19", optional = true, default-features = false, features = [
clap = { version = "4.4.7", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "4.3.2", optional = true }
clap_complete = { version = "4.4.4", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand All @@ -84,24 +84,24 @@ 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.5.3", package = "libdav1d-sys", optional = true }
dav1d-sys = { version = "0.6.0", package = "libdav1d-sys", optional = true }
aom-sys = { version = "0.3.2", optional = true }
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
ivf = { version = "0.1", path = "ivf/", optional = true }
v_frame = "0.3.5"
v_frame = "0.3.6"
av-metrics = { version = "0.9.1", optional = true, default-features = false }
rayon = { package = "maybe-rayon", version = "0.1", default-features = false }
crossbeam = { version = "0.8", optional = true }
toml = { version = "0.7", optional = true }
toml = { version = "0.8", optional = true }
arrayvec = "0.7"
thiserror = "1.0"
byteorder = { version = "1.4.3", optional = true }
byteorder = { version = "1.5.0", optional = true }
log = "0.4"
console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
itertools = "0.11"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.87", optional = true }
wasm-bindgen = { version = "0.2.88", optional = true }
rust_hawktracer = "0.7.0"
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
Expand All @@ -110,15 +110,15 @@ av1-grain = { version = "0.2.2", features = ["serialize"] }
serde-big-array = { version = "0.5.1", optional = true }

[dependencies.image]
version = "0.24.6"
version = "0.24.7"
optional = true
default-features = false
features = ["png"]

[build-dependencies]
cc = { version = "1.0", optional = true, features = ["parallel"] }
rustc_version = "0.4"
built = { version = "0.6.1", features = [] }
built = { version = "0.7.1", features = [] }

[build-dependencies.nasm-rs]
version = "0.2"
Expand All @@ -142,8 +142,8 @@ semver = "1.0"

[target.'cfg(fuzzing)'.dependencies]
arbitrary = "1.3"
interpolate_name = "0.2.3"
libfuzzer-sys = "0.4.6"
interpolate_name = "0.2.4"
libfuzzer-sys = "0.4.7"
rand = "0.8"
rand_chacha = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cargo-fuzz = true

[dependencies]
pretty_env_logger = "0.5"
libfuzzer-sys = "0.4.6"
libfuzzer-sys = "0.4.7"

[dependencies.rav1e]
path = ".."
Expand Down

0 comments on commit b4c2f40

Please sign in to comment.