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 Jan 12, 2024
1 parent 585b244 commit 539f955
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.11", optional = true, default-features = false, features = [
clap = { version = "4.4.16", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "4.4.5", optional = true }
clap_complete = { version = "4.4.6", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand Down Expand Up @@ -110,7 +110,7 @@ wasm-bindgen = { version = "0.2.89", optional = true }
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
once_cell = "1.19.0"
av1-grain = "0.2.2"
av1-grain = "0.2.3"
serde-big-array = { version = "0.5.1", optional = true }
profiling = { version = "1" }
tracing-subscriber = { version = "0.3.18", optional = true }
Expand Down

0 comments on commit 539f955

Please sign in to comment.