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 27, 2023
1 parent 0b4d0ed commit 6dfdef9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 68 deletions.
106 changes: 40 additions & 66 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.1.11", optional = true, default-features = false, features = [
clap = { version = "4.1.13", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
Expand Down Expand Up @@ -111,7 +111,7 @@ av1-grain = { version = "0.2.2", features = ["serialize"] }
serde-big-array = { version = "0.5.1", optional = true }

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

0 comments on commit 6dfdef9

Please sign in to comment.