From b552873d953b8da1966611f39bec7001a4309459 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 10:06:00 +0000 Subject: [PATCH] Bump textwrap from 0.13.2 to 0.13.3 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.2 to 0.13.3. - [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.2...0.13.3) 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 c433c432..f927adb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ "scopetime", "serde", "simplelog", - "textwrap 0.13.2", + "textwrap 0.13.3", "tui", "unicode-width", "which", @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cdcf6b66102d38821c33eea2bf1e8b7bd738072171cbf8a0683fbb46fcb8b0b" +checksum = "a89bc85084ac4e273c6bbf99050d932821af166392aaedc5038a38e1f229cdf5" dependencies = [ "smawk", "unicode-width",