From f4687b3224ffd3745ba5806de0c8c1b1a2cb290d Mon Sep 17 00:00:00 2001 From: hkalbasi Date: Tue, 27 Aug 2024 10:44:23 +0330 Subject: [PATCH] chore: Bump shlex in clap_complete to 1.3.0 --- clap_complete/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_complete/Cargo.toml b/clap_complete/Cargo.toml index 2ad911880bf..5fc074963c4 100644 --- a/clap_complete/Cargo.toml +++ b/clap_complete/Cargo.toml @@ -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]