diff --git a/Cargo.lock b/Cargo.lock index ca7ab6a58..2310db36c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,7 +2352,7 @@ dependencies = [ "sha2 0.11.0", "shell-words", "shellexpand", - "shlex 1.3.0", + "shlex 2.0.1", "similar", "syntect", "tar", diff --git a/crates/tui/Cargo.toml b/crates/tui/Cargo.toml index 98d073ba8..f1fb51c1d 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -97,7 +97,7 @@ tracing-subscriber.workspace = true tower-http.workspace = true wait-timeout = "0.2" webbrowser = "1.0" -shlex = "1.3.0" +shlex = "2.0.1" globset = "0.4" ignore = "0.4" image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp", "gif"] }