From 4f89a994381a44b2d81f8ac7f5cb69514555e967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 07:24:34 +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[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18e97da..ed5f2ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,9 +613,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", @@ -645,7 +645,7 @@ dependencies = [ "num", "sqlite", "termion", - "textwrap 0.13.3", + "textwrap 0.13.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d69cbe5..e1b8442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ home = "0.5.3" chrono = "0.4.19" dialoguer = "0.7.1" clap = "2.33.3" -textwrap = "0.13.3" +textwrap = "0.13.4" csv = "1.1.5"