summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2022-02-27 19:59:36 +0900
committerGitHub <noreply@github.com>2022-02-27 11:59:36 +0100
commitf77f559f50454eee8323ccce5292c8df5456cd1e (patch)
tree95589e63ce2dd44ab2fa2c244a5b88be94efa4f7 /Cargo.toml
parent27b0f2eff4b9fe317a7ffc02dc273a3111df875c (diff)
Bump `suggestion` version to the latest (#1124)
Closes: https://github.com/zellij-org/zellij/issues/1068
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 93b54f88b..66724b6f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ zellij-server = { path = "zellij-server/", version = "0.26.0" }
zellij-utils = { path = "zellij-utils/", version = "0.26.0" }
log = "0.4.14"
dialoguer = "0.9.0"
-suggestion = "0.1.0"
+suggestion = "0.3"
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }