Skip to content

Commit 417dcc3

Browse files
authored
Merge pull request #5702 from HKalbasi/patch-1
Bump shlex in clap_complete to 1.3.0
2 parents fe81090 + f4687b3 commit 417dcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_complete/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bench = false
3737
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std"] }
3838
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
3939
is_executable = { version = "1.0.1", optional = true }
40-
shlex = { version = "1.1.0", optional = true }
40+
shlex = { version = "1.3.0", optional = true }
4141
unicode-xid = { version = "0.2.2", optional = true }
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)