diff --git a/Cargo.lock b/Cargo.lock index c15a24bd..66e23295 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ "atty", "bitflags", "strsim", - "textwrap", + "textwrap 0.11.0", "unicode-width", "vec_map", ] @@ -1156,7 +1156,7 @@ dependencies = [ "sysinfo", "tempfile", "term_size", - "textwrap", + "textwrap 0.12.0", "toml", "unicode-segmentation", "unicode-width", @@ -1253,6 +1253,15 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "textwrap" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30fc9a1b93fe45a3811654d49ead7306cf8fb18aa7fe6bf630a1099111cd2d6" +dependencies = [ + "unicode-width", +] + [[package]] name = "thread_local" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index bfa7e959..1bccb17a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ os_info = "2.0.6" urlencoding = "1.1.1" open = "1.4.0" unicode-width = "0.1.7" -textwrap = "0.11.0" +textwrap = "0.12.0" term_size = "0.3.2" # Optional/http: