Skip to content

Commit

Permalink
chore(complete): Update require clap
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 20, 2024
1 parent 0d142f6 commit ae1457b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pre-release-replacements = [
bench = false

[dependencies]
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std"] }
clap = { path = "../", version = "4.5.18", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
is_executable = { version = "1.0.1", optional = true }
shlex = { version = "1.3.0", optional = true }
Expand All @@ -45,7 +45,7 @@ snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.4.2"
completest-pty = "0.5.5"
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std", "derive", "help"] }
clap = { path = "../", version = "4.5.18", default-features = false, features = ["std", "derive", "help"] }
automod = "1.0.14"

[[example]]
Expand Down

0 comments on commit ae1457b

Please sign in to comment.