summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-15 19:08:51 +0000
committerGitHub <noreply@github.com>2019-06-15 19:08:51 +0000
commit1b26059a0627bcdc8fe6aabdb3edd37867ad7217 (patch)
treee3e7dc52fc8f18edbac6ca62546c33a485260c40 /alacritty_terminal/Cargo.toml
parentd3cc9743b7cd994bc04966b4de6a87e8714a6ebb (diff)
downloadalacritty-1b26059a0627bcdc8fe6aabdb3edd37867ad7217.tar.gz
alacritty-1b26059a0627bcdc8fe6aabdb3edd37867ad7217.zip
Bump smithay-clipboard dependency version
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 9f973c4f..0478c0b3 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -35,7 +35,7 @@ crossbeam-channel = "0.3.8"
copypasta = { path = "../copypasta" }
[target.'cfg(unix)'.dependencies]
-nix = "0.13"
+nix = "0.14.1"
signal-hook = { version = "0.1", features = ["mio-support"] }
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]