Skip to content

Commit 2a433bf

Browse files
Update all non-major dependencies
1 parent 1496fed commit 2a433bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ dump_lookahead_data = ["byteorder", "image"]
7474
arg_enum_proc_macro = "0.3.4"
7575
bitstream-io = "2"
7676
cfg-if = "1.0"
77-
clap = { version = "4.4.17", optional = true, default-features = false, features = [
77+
clap = { version = "4.4.18", optional = true, default-features = false, features = [
7878
"color",
7979
"std",
8080
"wrap_help",
8181
"derive",
8282
] }
83-
clap_complete = { version = "4.4.7", optional = true }
83+
clap_complete = { version = "4.4.9", optional = true }
8484
libc = "0.2"
8585
y4m = { version = "0.8", optional = true }
8686
backtrace = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)