diff options
author | Blaž Hrastnik | 2021-10-19 14:57:22 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-19 14:58:51 +0000 |
commit | 9688cb74a1e931edfa625cd28a828e728fcea675 (patch) | |
tree | f63552a895088623f1bec9e3d802cdb55c0f41f7 /helix-term | |
parent | 67829976faca1c2fdeb3964c25cb35bc41f0b8df (diff) |
Update dependencies to bump crossterm to 0.22.1
Fixes #825
Fixes #690
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index fe4da96e..244d3c13 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.8" 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.21", features = ["event-stream"] } +crossterm = { version = "0.22", features = ["event-stream"] } signal-hook = "0.3" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } |