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 10 months ago
commit eb791a3a925ee7eb940fb01cd23b3f4f2709413e
parent 17c31bce370e0d83fcbf125c8e5632c813719c2d
2 files changed +0 -2
modified Cargo.lock
@@ -2795,7 +2795,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"