summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2022-05-10 23:39:28 +0900
committerGitHub <noreply@github.com>2022-05-10 16:39:28 +0200
commit2cf637c92ad95b9c1f06644469f92799dedb7e04 (patch)
tree7708d1e82fa56cacd316ae54d945d6ffd3425d80 /Cargo.toml
parent43fa2b727e6328c5e47adb3239056d4cfb60dc88 (diff)
fix(deps): Rename `suggestion` crate to `suggest` (#1387)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0aff1ee8..030cc4744 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ zellij-server = { path = "zellij-server/", version = "0.30.0" }
zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
log = "0.4.17"
dialoguer = "0.9.0"
-suggestion = "0.3"
+suggest = "0.4"
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }