aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-02-07 01:47:57 +0000
committerBlaž Hrastnik2022-02-07 01:47:57 +0000
commit23553bd37c5e936c022faa70bef346448a36d6a2 (patch)
tree0383340b84dae7f792c0a862c6945c33aeec9be0 /helix-term
parentad62e1e129c84c285b6c4f47d8d5e1a94fd6947b (diff)
Update dependencies (crossterm 0.23, tree-sitter 0.20.4)
Fixes #677
Diffstat (limited to 'helix-term')
-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 e379b369..611e380f 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -32,7 +32,7 @@ once_cell = "1.9"
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.22", features = ["event-stream"] }
+crossterm = { version = "0.23", features = ["event-stream"] }
signal-hook = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }