diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-08-10 16:48:46 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 16:48:46 +0400 |
commit | 7d708d53f7ecb4c64db10ae44e7f4fca47c29a85 (patch) | |
tree | ce76633d705da9b90e7e0d78afa24cef183ee286 /alacritty_terminal/Cargo.toml | |
parent | 76c5d01ee2b2178e71df578a109108655a97c24a (diff) | |
download | alacritty-7d708d53f7ecb4c64db10ae44e7f4fca47c29a85.tar.gz alacritty-7d708d53f7ecb4c64db10ae44e7f4fca47c29a85.zip |
Bump glutin to 0.29.1
Fixes #6239.
Fixes #5975.
Fixes #5876.
Fixes #5767.
Fixes #4484.
Fixes #3139.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index e758009c..fb5d2d22 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -16,7 +16,7 @@ version = "0.1.0" [dependencies] libc = "0.2" bitflags = "1" -parking_lot = "0.11.0" +parking_lot = "0.12.0" serde = { version = "1", features = ["derive", "rc"] } serde_yaml = "0.8" vte = { version = "0.10.0", default-features = false } @@ -29,7 +29,7 @@ regex-automata = "0.1.9" dirs = "4.0.0" [target.'cfg(unix)'.dependencies] -nix = "0.22.0" +nix = "0.24.1" signal-hook = "0.3.10" signal-hook-mio = { version = "0.2.1", features = ["support-v0_6"] } |