Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
term: Remove unused dependency shlex
Lorenz Leutgeb committed 9 months ago
commit 95b3303eb91609e9e959f4d873e424170c385d88
parent 009436efac8cd5b9a59cfe92688cda6f17d9531f
2 files changed +0 -2
modified Cargo.lock
@@ -2797,7 +2797,6 @@ dependencies = [
 "inquire",
 "pretty_assertions",
 "radicle-signals",
-
 "shlex",
 "tempfile",
 "thiserror 1.0.69",
 "unicode-display-width",
modified 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"