From db52248782e5a827bb965a1f5f501255f4a0c638 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:03:08 +0000 Subject: [PATCH] Bump textwrap from 0.13.3 to 0.13.4 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.3 to 0.13.4. - [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.13.3...0.13.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9385bc0c..2460e1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ "scopetime", "serde", "simplelog", - "textwrap 0.13.3", + "textwrap 0.13.4", "tui", "unicode-width", "which", @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a89bc85084ac4e273c6bbf99050d932821af166392aaedc5038a38e1f229cdf5" +checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835" dependencies = [ "smawk", "unicode-width",