diff options
author | Blaž Hrastnik | 2021-01-06 05:08:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-01-06 05:08:23 +0000 |
commit | 3bf4e1e8fa1c7ffbc6866c00beb6bd9d637d44ff (patch) | |
tree | 462b5335b584e7b0f96fd67846a5e4a802b050d5 /helix-view | |
parent | 6ec0f8e80f0a39cd19790b8c65ac0c5039a6d46a (diff) |
Update deps.
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |