diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-04-17 01:53:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 01:53:21 +0000 |
commit | 33d4b833dca46b775f485d0547f9f8804849fe8a (patch) | |
tree | f37ae5dc55b938ef365c1df50d01f79d6c9795c8 /alacritty_terminal | |
parent | 504b38cbd14c58b518d5f91dc1bf27311c5fe507 (diff) | |
download | alacritty-33d4b833dca46b775f485d0547f9f8804849fe8a.tar.gz alacritty-33d4b833dca46b775f485d0547f9f8804849fe8a.zip |
Update dependencies
This includes a bump to VTE resolving an issue with invalid
intermediates when transitioning from DCS to ESC sequences. This should
however not be noticeable with any existing escape sequences.
Fixes #4827.
Diffstat (limited to 'alacritty_terminal')
-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 c29362e7..c6947009 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.19.0" +nix = "0.20.0" signal-hook = { version = "0.1", features = ["mio-support"] } [target.'cfg(windows)'.dependencies] |