From f488446d2e37e963259b0df75cb43a4793118da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:50:48 +0000 Subject: [PATCH] Update crossterm requirement from 0.26.1 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.1...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 e2837981..68a23b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ indoc = "2.0.1" pretty_assertions = "1.2.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -crossterm = { version = "0.26.1", optional = true } +crossterm = { version = "0.27.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6"