From 433c6c6e060b91382a2f06d4b03334d4c4e4628f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:04:59 +0000 Subject: [PATCH] build(deps): bump textwrap from 0.11.0 to 0.12.0 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgeisler/textwrap/compare/0.11.0...0.12.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) 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: