diff options
author | James McCoy <jamessan@jamessan.com> | 2021-11-14 19:56:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 00:56:27 +0000 |
commit | b0da035e9ecabfa13438386a6ce87072b7cc3c98 (patch) | |
tree | 28307b00002f8cdd287115525eec41200fd4fa09 /alacritty_terminal/Cargo.toml | |
parent | e648aae0eb06371e01205bca784096fda2028452 (diff) | |
download | alacritty-b0da035e9ecabfa13438386a6ce87072b7cc3c98.tar.gz alacritty-b0da035e9ecabfa13438386a6ce87072b7cc3c98.zip |
Update signal-hook to 0.3.10
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" |