From f1d2c7a26c36e9891067c6af98cbdd63edf16075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 02:08:35 +0000 Subject: [PATCH] Bump textwrap from 0.14.0 to 0.14.2 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.0 to 0.14.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.14.0...0.14.2) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c95d5699..4763ff54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ dependencies = [ "serde", "simplelog", "syntect", - "textwrap 0.14.0", + "textwrap 0.14.2", "tui", "unicode-segmentation", "unicode-truncate", @@ -1354,9 +1354,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f59f5365546b8424b0cc48868ae4fbbbc29a538dcc496b53543525201034f0c2" +checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" dependencies = [ "smawk", "unicode-linebreak",