From 0595e1063e57d14985037271ed5888985259c197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:35:28 +0000 Subject: [PATCH] Update termion requirement from 2.0 to 3.0 Updates the requirements on termion to permit the latest version. --- updated-dependencies: - dependency-name: termion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inquire/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inquire/Cargo.toml b/inquire/Cargo.toml index e039b587..6aa59974 100644 --- a/inquire/Cargo.toml +++ b/inquire/Cargo.toml @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] crossterm = { version = "0.25", optional = true } -termion = { version = "2.0", optional = true } +termion = { version = "3.0", optional = true } console = { version = "0.15", optional = true, features = [ "windows-console-colors", ] }