aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-01-06 05:08:23 +0000
committerBlaž Hrastnik2021-01-06 05:08:23 +0000
commit3bf4e1e8fa1c7ffbc6866c00beb6bd9d637d44ff (patch)
tree462b5335b584e7b0f96fd67846a5e4a802b050d5 /helix-term/Cargo.toml
parent6ec0f8e80f0a39cd19790b8c65ac0c5039a6d46a (diff)
Update deps.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 67e8f443..40efa58e 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -24,7 +24,7 @@ smol-timeout = "0.6"
num_cpus = "1"
# tui = { version = "0.12", default-features = false, features = ["crossterm"] }
tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, features = ["crossterm"] }
-crossterm = { version = "0.18", features = ["event-stream"] }
+crossterm = { version = "0.19", features = ["event-stream"] }
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }
futures-util = "0.3"