aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent1fdbfb62ab7716cbc39a8575cd82b575beecf3bd (diff)
downloadrbw-71fd9206176ab8a22969dcfc01772851604f99e7.tar.gz
rbw-71fd9206176ab8a22969dcfc01772851604f99e7.zip
replace term_size with 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 1a311b0..a40ac8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1050,7 +1050,7 @@ dependencies = [
"sha1",
"sha2",
"tempfile",
- "term_size",
+ "terminal_size",
"textwrap",
"thiserror",
"tokio",
@@ -1499,16 +1499,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"