From 9b352ceefd8f000fb2775bd5a2667074ca3dd63d Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 14 Jun 2021 07:00:01 +0000 Subject: 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] --- helix-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/Cargo.toml') 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 } -- cgit v1.2.3-70-g09d2