Skip to content

Commit

Permalink
Merge pull request #5702 from HKalbasi/patch-1
Browse files Browse the repository at this point in the history
Bump shlex in clap_complete to 1.3.0
  • Loading branch information
epage committed Aug 27, 2024
2 parents fe81090 + f4687b3 commit 417dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bench = false
clap = { path = "../", version = "4.5.15", 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.1.0", optional = true }
shlex = { version = "1.3.0", optional = true }
unicode-xid = { version = "0.2.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 417dcc3

Please sign in to comment.