aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 00:33:26 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 00:33:26 -0400
commit222bc5c66f7a4b80c04e805b72c70d0385784b25 (patch)
tree5e47e1bdbf690b6aa6c26789f2a925c9950d0702 /Cargo.lock
parent266ad01efeca37461786b440f4e00cb35634c0ef (diff)
downloadfancy-prompt-222bc5c66f7a4b80c04e805b72c70d0385784b25.tar.gz
fancy-prompt-222bc5c66f7a4b80c04e805b72c70d0385784b25.zip
switch from term_size to terminal_size
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 1 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7d1ab0c..e238608 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -204,7 +204,7 @@ dependencies = [
"hostname",
"regex",
"term",
- "term_size",
+ "terminal_size",
"users",
"walkdir",
]
@@ -610,16 +610,6 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"