diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index c25c4cab..46559d63 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -29,7 +29,8 @@ dirs = "3.0.1" [target.'cfg(unix)'.dependencies] nix = "0.22.0" -signal-hook = { version = "0.1", features = ["mio-support"] } +signal-hook = "0.3.10" +signal-hook-mio = { version = "0.2.1", features = ["support-v0_6"] } [target.'cfg(windows)'.dependencies] miow = "0.3" |