From 7ef0bc49cbad9734cda6d045c0c048a457e45d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:47:55 +0000 Subject: [PATCH] build(deps): update crossterm requirement from 0.24 to 0.25 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.24...0.25) --- 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 974e98a..a2fde8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tty = ["crossterm"] debug = [] [dependencies] -crossterm = { version = "0.24", optional = true } +crossterm = { version = "0.25", optional = true } strum = "0.24" strum_macros = "0.24" unicode-width = "0.1"