chore(complete): Require latest clap

This commit is contained in:
Ed Page 2024-06-06 16:37:19 -05:00
parent 122a2b3b8a
commit 3572ab8fa3

View file

@ -34,7 +34,7 @@ pre-release-replacements = [
bench = false bench = false
[dependencies] [dependencies]
clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] } clap = { path = "../", version = "4.5.6", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true } clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
is_executable = { version = "1.0.1", optional = true } is_executable = { version = "1.0.1", optional = true }
pathdiff = { version = "0.2.1", optional = true } pathdiff = { version = "0.2.1", optional = true }