From 222bc5c66f7a4b80c04e805b72c70d0385784b25 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 00:33:26 -0400 Subject: switch from term_size to terminal_size --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bc0ab09..c258ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ git2 = "0.16" hostname = "0.3" regex = "1.7" term = "0.7" -term_size = "0.3" +terminal_size = "0.2.5" users = "0.11" walkdir = "2.3" -- cgit v1.2.3-54-g00ecf