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 7ad04addea4f7972395cb4198430ccb8d8e5c19b
parent 26dade4369ef2b81d2fb595c57029cdaa8c55dce
2 files changed +0 -2
modified Cargo.lock
@@ -2756,7 +2756,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"