From 9688cb74a1e931edfa625cd28a828e728fcea675 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 19 Oct 2021 23:57:22 +0900 Subject: Update dependencies to bump crossterm to 0.22.1 Fixes #825 Fixes #690 --- helix-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index fe4da96e..244d3c13 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.8" tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } num_cpus = "1" tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] } -crossterm = { version = "0.21", features = ["event-stream"] } +crossterm = { version = "0.22", features = ["event-stream"] } signal-hook = "0.3" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } -- cgit v1.2.3-70-g09d2