From 21bd6d9d17de3d26f97a92b17f1fd010839aa430 Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 14 Mar 2024 16:20:38 -0400 Subject: [PATCH] updated termion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d24041..1def547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] } -termion = "2.0.1" +termion = "3.0.0" tmux_interface = "0.3.2" [profile.release]