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-view | |
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-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 96b7d9a3..1a103265 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -18,7 +18,7 @@ helix-lsp = { path = "../helix-lsp"} # Conversion traits tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"], optional = true } -crossterm = { version = "0.19", features = ["event-stream"], optional = true } +crossterm = { version = "0.20", features = ["event-stream"], optional = true } once_cell = "1.4" url = "2" |