From 6e7f466c68b387f41726757eed4f3e70d05479d2 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 16 May 2023 09:35:25 +0300 Subject: Update patch dependencies --- alacritty_terminal/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alacritty_terminal') diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 7252a6f4..f9fa926b 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -7,7 +7,7 @@ description = "Library for writing terminal emulators" readme = "../README.md" homepage = "https://github.com/alacritty/alacritty" edition = "2021" -rust-version = "1.60.0" +rust-version = "1.65.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" @@ -33,7 +33,7 @@ unicode-width = "0.1" vte = { version = "0.10.0", default-features = false } [target.'cfg(unix)'.dependencies] -nix = "0.24.1" +nix = { version = "0.26.2", default-features = false, features = ["term"] } signal-hook = "0.3.10" signal-hook-mio = { version = "0.2.1", features = ["support-v0_6"] } -- cgit v1.2.3-54-g00ecf