diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index dc164413..7498afab 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -23,9 +23,8 @@ bitflags = { version = "2.2.1", features = ["serde"] } home = "0.5.5" libc = "0.2" log = "0.4" -mio = "0.6.20" -mio-extras = "2" parking_lot = "0.12.0" +polling = "3.0.0" regex-automata = "0.3.6" serde = { version = "1", features = ["derive", "rc"] } serde_yaml = "0.8" @@ -36,12 +35,11 @@ vte = { version = "0.12.0", default-features = false, features = ["ansi", "serde [target.'cfg(unix)'.dependencies] 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"] } [target.'cfg(windows)'.dependencies] -mio-anonymous-pipes = "0.2" -miow = "0.3" -windows-sys = { version = "0.48", features = [ +piper = "0.2.1" +miow = "0.3.0" +windows-sys = { version = "0.48.0", features = [ "Win32_System_Console", "Win32_Foundation", "Win32_Security", |