From a0fd331aa6ebb8722a8bdca2b37d536b93ffcc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:17:57 +0000 Subject: [PATCH] Update crossterm requirement from 0.20 to 0.24 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/compare/0.20...0.24) --- 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..89a7497 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.24" tui = { version = "0.15", default-features = false, features = ['crossterm'] } # internal