Skip to content

Commit

Permalink
Reapply Cargo.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Nov 22, 2023
1 parent cac5094 commit 4245872
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 64 deletions.
65 changes: 12 additions & 53 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 @@ -74,13 +74,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.8", 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 @@ -89,24 +89,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 }
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
once_cell = "1.18.0"
Expand All @@ -118,15 +118,15 @@ tracing-chrome = { version = "0.7.1", optional = true }
tracing = { version = "0.1.40", 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 @@ -150,8 +150,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

0 comments on commit 4245872

Please sign in to comment.