From 71fd9206176ab8a22969dcfc01772851604f99e7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Feb 2023 18:18:16 -0500 Subject: replace term_size with terminal_size --- Cargo.lock | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1a311b0..a40ac8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ "sha1", "sha2", "tempfile", - "term_size", + "terminal_size", "textwrap", "thiserror", "tokio", @@ -1498,16 +1498,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "term_size" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "termcolor" version = "1.2.0" -- cgit v1.2.3-54-g00ecf