diff --git a/Cargo.toml b/Cargo.toml index 9ea9856..61efb70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = [ "gui" ] [dependencies] crossbeam-channel = "0.5" -keyboard-types = "0.6" +keyboard-types = "0.7" once_cell = "1" thiserror = "1"