From b73f838f60ff3cdd9478efef8d12cad9e6e4ce5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:36:20 +0000 Subject: [PATCH] build(deps): update crossterm requirement from 0.26.0 to 0.27.0 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.26...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f00b604..965d25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["assets/*", ".github", "publish/*"] [dependencies] tui = { version = "0.19.0", features = ["crossterm"], default-features = false } -crossterm = "0.26.0" +crossterm = "0.27.0" log = "0.4" tui-logger = "0.8.1" clap = { version = "4.0.22", features = ["derive"] }