From cd4ed7705c3518d30cbbe31e1f102924c6aed613 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 06:06:46 +0000 Subject: [PATCH] Bump textwrap from 0.13.1 to 0.13.2 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.1 to 0.13.2. - [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.1...0.13.2) 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 c23a0990..579fbb97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ "scopetime", "serde", "simplelog", - "textwrap 0.13.1", + "textwrap 0.13.2", "tui", "unicode-width", "which", @@ -1087,9 +1087,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aca9e798437265144ddacce09343df0b3413a0aef54b1e212e640e472118b80" +checksum = "3cdcf6b66102d38821c33eea2bf1e8b7bd738072171cbf8a0683fbb46fcb8b0b" dependencies = [ "smawk", "unicode-width",