From 74aeed8544344f7e5c931544078932813866409b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 06:06:33 +0000 Subject: [PATCH] Bump textwrap from 0.13.0 to 0.13.1 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.0 to 0.13.1. - [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.0...0.13.1) 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 5a2af2b3..d99111a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ dependencies = [ "scopetime", "serde", "simplelog", - "textwrap 0.13.0", + "textwrap 0.13.1", "tui", "unicode-width", "which", @@ -1109,9 +1109,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1bca196a5c5a7bc57a5c92809cf5670e16bcbca3bf0d09ef47150bf97221f6f" +checksum = "7aca9e798437265144ddacce09343df0b3413a0aef54b1e212e640e472118b80" dependencies = [ "smawk", "unicode-width",