diff --git a/Cargo.lock b/Cargo.lock index 9474cf61e..e74be9721 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2093,7 +2093,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 1f1a091b7..0b0187e95 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -95,7 +95,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"] }