summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authoreau <eau-u4f@users.noreply.github.com>2020-01-24 18:16:09 +0100
committerChristian Duerr <contact@christianduerr.com>2020-01-24 18:16:09 +0100
commit7925ac4918d1689d31e946c7f0cb31a888cf7a02 (patch)
treefdf2466f74543cd0d2e488d153de6c34b1f14718 /alacritty_terminal/Cargo.toml
parentcc33bec7309a6071e3b89ea8d61907db294c2cc9 (diff)
Fix build error on OpenBSD
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
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]