aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 18:18:16 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 18:18:16 -0500
commit71fd9206176ab8a22969dcfc01772851604f99e7 (patch)
tree17503927281d10e475e270dcd0a5507a29a971e4 /Cargo.toml
parent1fdbfb62ab7716cbc39a8575cd82b575beecf3bd (diff)
downloadrbw-71fd9206176ab8a22969dcfc01772851604f99e7.tar.gz
rbw-71fd9206176ab8a22969dcfc01772851604f99e7.zip
replace term_size with 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 8f6bd27..cfe1a33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ serde_repr = "0.1.10"
sha1 = "0.10.5"
sha2 = "0.10.6"
tempfile = "3.3.0"
-term_size = "0.3.2"
+terminal_size = "0.2.5"
textwrap = "0.16.0"
thiserror = "1.0.38"
tokio = { version = "1.25.0", features = ["full"] }