mirror of
https://github.com/clap-rs/clap
synced 2024-11-12 23:57:10 +00:00
chore: Bump shlex in clap_complete to 1.3.0
This commit is contained in:
parent
fe810907bd
commit
f4687b3224
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ bench = false
|
||||||
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std"] }
|
clap = { path = "../", version = "4.5.15", 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 }
|
||||||
shlex = { version = "1.1.0", optional = true }
|
shlex = { version = "1.3.0", optional = true }
|
||||||
unicode-xid = { version = "0.2.2", optional = true }
|
unicode-xid = { version = "0.2.2", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue