From d899c74f8ecb0366cf51bf6319e979adf0255571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 03:46:14 +0000 Subject: [PATCH] Update termion requirement from 3.0 to 4.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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 803fb43..7991d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ argparse = "0.2.2" log = "0.4.20" [target.'cfg(unix)'.dev-dependencies] -termion = "3.0" +termion = "4.0"