summaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-14 02:18:40 +0000
committerGitHub <noreply@github.com>2021-07-14 02:18:40 +0000
commite0f0cdfb8aed4c99819019fd3d515d3584e01a45 (patch)
tree33bc1f527f72e7f584c04abf996f3baf77901eb7 /alacritty_terminal
parent2de20378acbb04b2c1408fe715a9642eaa3010ed (diff)
downloadalacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.tar.gz
alacritty-e0f0cdfb8aed4c99819019fd3d515d3584e01a45.zip
Update dependencies
Diffstat (limited to 'alacritty_terminal')
-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 72afabaa..abf65e2f 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -28,7 +28,7 @@ regex-automata = "0.1.9"
dirs = "3.0.1"
[target.'cfg(unix)'.dependencies]
-nix = "0.20.0"
+nix = "0.22.0"
signal-hook = { version = "0.1", features = ["mio-support"] }
[target.'cfg(windows)'.dependencies]