Skip to content

Commit 2f8fc0f

Browse files
FreezyLemonshssoichiro
authored andcommitted
Update clap to v4.5
This was previously locked to 4.4 due to MSRV incompatibilities which are now resolved.
1 parent 4cd86ff commit 2f8fc0f

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

Cargo.lock

+12-18
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
@@ -80,13 +80,13 @@ dump_lookahead_data = ["byteorder", "image"]
8080
arg_enum_proc_macro = "0.3.4"
8181
bitstream-io = "~2.3.0"
8282
cfg-if = "1.0"
83-
clap = { version = "~4.4.17", optional = true, default-features = false, features = [
83+
clap = { version = "4.5", optional = true, default-features = false, features = [
8484
"color",
8585
"std",
8686
"wrap_help",
8787
"derive",
8888
] }
89-
clap_complete = { version = "~4.4.7", optional = true }
89+
clap_complete = { version = "4.5", optional = true }
9090
libc = "0.2"
9191
y4m = { version = "0.8", optional = true }
9292
backtrace = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)