Skip to content

Commit 6dfdef9

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 0b4d0ed commit 6dfdef9

File tree

2 files changed

+42
-68
lines changed

2 files changed

+42
-68
lines changed

Cargo.lock

Lines changed: 40 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dump_lookahead_data = ["byteorder", "image"]
6969
arg_enum_proc_macro = "0.3"
7070
bitstream-io = "1"
7171
cfg-if = "1.0"
72-
clap = { version = "4.1.11", optional = true, default-features = false, features = [
72+
clap = { version = "4.1.13", optional = true, default-features = false, features = [
7373
"color",
7474
"std",
7575
"wrap_help",
@@ -111,7 +111,7 @@ av1-grain = { version = "0.2.2", features = ["serialize"] }
111111
serde-big-array = { version = "0.5.1", optional = true }
112112

113113
[dependencies.image]
114-
version = "0.24.5"
114+
version = "0.24.6"
115115
optional = true
116116
default-features = false
117117
features = ["png"]

0 commit comments

Comments
 (0)