diff options
author | dependabot[bot] | 2021-06-14 07:00:01 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-14 08:36:47 +0000 |
commit | 9b352ceefd8f000fb2775bd5a2667074ca3dd63d (patch) | |
tree | 16a09f84def1c355448d64bdb96555b05dfb0e15 /helix-term | |
parent | f882ea92b6682ac859950d2147218cadce62e40d (diff) |
Bump crossterm from 0.19.0 to 0.20.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/compare/0.19...0.20)
---
updated-dependencies:
- dependency-name: crossterm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 4c650b41..415a40b5 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -28,7 +28,7 @@ once_cell = "1.4" tokio = { version = "1", features = ["full"] } num_cpus = "1" tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] } -crossterm = { version = "0.19", features = ["event-stream"] } +crossterm = { version = "0.20", features = ["event-stream"] } futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } |