diff --git a/Cargo.lock b/Cargo.lock index f01ce4a5..06da29bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2797,7 +2797,6 @@ dependencies = [ "inquire", "pretty_assertions", "radicle-signals", - "shlex", "tempfile", "thiserror 1.0.69", "unicode-display-width", diff --git a/crates/radicle-term/Cargo.toml b/crates/radicle-term/Cargo.toml index c2653eb9..1f39823c 100644 --- a/crates/radicle-term/Cargo.toml +++ b/crates/radicle-term/Cargo.toml @@ -17,7 +17,6 @@ anyhow = { workspace = true } anstyle-query = "1.0.0" crossterm = "0.29.0" inquire = { version = "0.7.4", default-features = false, features = ["crossterm", "editor"] } -shlex = { workspace = true } thiserror = { workspace = true } unicode-display-width = "0.3.0" unicode-segmentation = "1.7.1"