From 86ed6af6a8c0301bce8c09d80aec175b9e5d6cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:22:00 +0000 Subject: [PATCH] Update termion requirement from 3.0.0 to 4.0.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 fefc187..a90c495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" rust-version = "1.70.0" [dependencies] -termion = "3.0.0" +termion = "4.0.0" orn = "0.4.2" regex = "1.10.4"