From 4ee2d262788171e411962a507dd1eda04529cdd7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Jul 2021 13:58:28 -0400 Subject: use the same textwrap version as clap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3