summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorariasuni <perso@hack-libre.org>2021-04-27 00:16:25 +0200
committerariasuni <perso@hack-libre.org>2021-04-27 00:16:25 +0200
commita85c72e2a012000791988888deff28c12320d617 (patch)
tree7528dc3b312b08fe58632cca14a240cd7538acee /Cargo.toml
parent90b97753adb630513d68be7e66410e2b149ea446 (diff)
Replace unmaintained crate `term_size` by `terminal_size`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d42204..abb484d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ num_cpus = "1.10"
number_prefix = "0.4"
scoped_threadpool = "0.1"
term_grid = "0.1"
-term_size = "0.3"
+terminal_size = "0.1.16"
unicode-width = "0.1"
users = "0.11"
zoneinfo_compiled = "0.5.1"