aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-05 13:58:28 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-05 14:56:31 -0400
commit4ee2d262788171e411962a507dd1eda04529cdd7 (patch)
treeef471d1ae98bd0d061e867c540ac6cd5de462352 /Cargo.toml
parent2fbbcc66c1d14639aa6fad92688ffcd46c8a5533 (diff)
downloadrbw-4ee2d262788171e411962a507dd1eda04529cdd7.tar.gz
rbw-4ee2d262788171e411962a507dd1eda04529cdd7.zip
use the same textwrap version as clap
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 1f8cc9d..07accec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ sha2 = "0.9"
structopt = { version = "0.3", features = ["paw", "wrap_help"] }
tempfile = "3.2"
term_size = "0.3"
-textwrap = "0.14"
+textwrap = "0.11"
thiserror = "1.0"
tokio = { version = "1.8", features = ["full"] }
url = "2.2"