diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index abe82512..47510dff 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -27,7 +27,7 @@ url = "2" copypasta = "0.6.1" [target.'cfg(unix)'.dependencies] -nix = "0.15.0" +nix = "0.16.1" signal-hook = { version = "0.1", features = ["mio-support"] } [target.'cfg(windows)'.dependencies] |