Skip to content

Commit

Permalink
chore: Bump shlex in clap_complete to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Aug 27, 2024
1 parent fe81090 commit f4687b3
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 f4687b3

Please sign in to comment.