From 216e7f24e4a02ee20e1912526c806e4c52a5cb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:28:06 +0000 Subject: [PATCH] chore(deps): update crossterm requirement from 0.27.0 to 0.28.1 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8517ecf..9492f41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ ratatui = "0.27.0" [dev-dependencies] color-eyre = "0.6.3" -crossterm = "0.27.0" +crossterm = "0.28.1"