summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent43fa2b727e6328c5e47adb3239056d4cfb60dc88 (diff)
fix(deps): Rename `suggestion` crate to `suggest` (#1387)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 360b253a4..6df7bc58d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2359,10 +2359,10 @@ dependencies = [
]
[[package]]
-name = "suggestion"
-version = "0.3.3"
+name = "suggest"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de6a8caa0781c40b2dfaafd9a5f39e7688d1c7b72173346469dc68e7ff04e927"
+checksum = "2558d0d6327d908558f161bc862d365c0d33aa796bdc81c13c0f954868576659"
dependencies = [
"clap",
"lev_distance",
@@ -3215,7 +3215,7 @@ dependencies = [
"names",
"rand 0.8.5",
"ssh2",
- "suggestion",
+ "suggest",
"zellij-client",
"zellij-server",
"zellij-utils",