aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-19 14:57:22 +0000
committerBlaž Hrastnik2021-10-19 14:58:51 +0000
commit9688cb74a1e931edfa625cd28a828e728fcea675 (patch)
treef63552a895088623f1bec9e3d802cdb55c0f41f7 /helix-view
parent67829976faca1c2fdeb3964c25cb35bc41f0b8df (diff)
Update dependencies to bump crossterm to 0.22.1
Fixes #825 Fixes #690
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index c0a39700..fce3fdd1 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -18,7 +18,7 @@ bitflags = "1.3"
anyhow = "1"
helix-core = { version = "0.4", path = "../helix-core" }
helix-lsp = { version = "0.4", path = "../helix-lsp"}
-crossterm = { version = "0.21", optional = true }
+crossterm = { version = "0.22", optional = true }
# Conversion traits
once_cell = "1.8"