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 Aug 24, 2023
1 parent f8b95d9 commit c8f5c5b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
33 changes: 16 additions & 17 deletions Cargo.lock

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

10 changes: 5 additions & 5 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"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.3.19", optional = true, default-features = false, features = [
clap = { version = "4.4.0", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "4.3.2", optional = true }
clap_complete = { version = "4.4.0", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand All @@ -88,7 +88,7 @@ dav1d-sys = { version = "0.7.1", 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 }
Expand All @@ -110,7 +110,7 @@ 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"]
Expand Down Expand Up @@ -143,7 +143,7 @@ semver = "1.0"
[target.'cfg(fuzzing)'.dependencies]
arbitrary = "1.3"
interpolate_name = "0.2.3"
libfuzzer-sys = "0.4.6"
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 c8f5c5b

Please sign in to comment.