From 3bf4e1e8fa1c7ffbc6866c00beb6bd9d637d44ff Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 6 Jan 2021 14:08:23 +0900 Subject: Update deps. --- helix-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/Cargo.toml') diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 658943c5..0a435811 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -18,7 +18,7 @@ helix-lsp = { path = "../helix-lsp"} # Conversion traits # tui = { version = "0.12", default-features = false, features = ["crossterm"], optional = true} tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, features = ["crossterm"], optional = true} -crossterm = { version = "0.18", features = ["event-stream"], optional = true} +crossterm = { version = "0.19", features = ["event-stream"], optional = true } once_cell = "1.4" url = "2" -- cgit v1.2.3-70-g09d2