From ff9112747dba698a28c591b20cb79e9e3e2bd341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 11:11:41 +0000 Subject: [PATCH] Update crossterm requirement from 0.20 to 0.21 Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_terminal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_terminal/Cargo.toml b/simag_terminal/Cargo.toml index 6f7c73a..25444ea 100644 --- a/simag_terminal/Cargo.toml +++ b/simag_terminal/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] copypasta = "0.7" -crossterm = "0.20" +crossterm = "0.21" tui = { version = "0.15", default-features = false, features = ['crossterm'] } # internal