From 143063ba364e9cc4afae993a4757bbfd51560d71 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 25 Dec 2024 18:02:30 +0100 Subject: [PATCH] bump termion dev-dependency from 1.5.1 to 4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d90ede..31aeb30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ compact = [] thread_local = "1.0.0" [dev-dependencies] -termion = "1.5.1" +termion = "4"