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 8 months ago
commit 7a245dcb9962305cf2e0c81e8ef1118d5c9d0a9e
parent 1283998e4f542d25281efb974e18c0fbcbbd5bf0
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"