From 03474623597502f275a8a744f50754a59dcfa18c Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 14 Mar 2024 17:15:30 -0400 Subject: [PATCH] updated termion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 960fbf1..e528210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" [dependencies] pico-args = "0.5.0" -termion = "2.0.1" +termion = "3.0.0" [profile.release] opt-level = 's'