summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-31 14:29:36 +0100
committerCanop <cano.petrole@gmail.com>2022-01-31 14:29:36 +0100
commit17fe0eeb4fa4c1a9024447d8b46e635c0994c4af (patch)
treeecc9c33718a796472890325922579d34811979c0 /Cargo.toml
parentc7f78ef4998193ed34a92e938d015c1c90e1b5f5 (diff)
use crokey to clean keybinding related code
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 9e09be7..4e7e4de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ char_reader = "0.1"
clap = { version="2.33", default-features=false, features=["suggestions", "color"] }
cli-log = "2.0"
chrono = "0.4"
-crokey = "0.1"
+crokey = "0.2"
crossbeam = "0.8"
crossterm = "0.22.1"
custom_error = "1.6"