From 506a5b7b7b3620bc55144776f3734696a4fe7954 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:58:38 +0000 Subject: [PATCH] build(deps): bump textwrap from 0.12.0 to 0.12.1 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.12.0 to 0.12.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.12.0...0.12.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ceb10acd..3159a71c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,7 +1159,7 @@ dependencies = [ "sysinfo", "tempfile", "term_size", - "textwrap 0.12.0", + "textwrap 0.12.1", "toml", "unicode-segmentation", "unicode-width", @@ -1258,9 +1258,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30fc9a1b93fe45a3811654d49ead7306cf8fb18aa7fe6bf630a1099111cd2d6" +checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789" dependencies = [ "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index 16a072c0..afc99a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ os_info = "2.0.6" urlencoding = "1.1.1" open = "1.4.0" unicode-width = "0.1.8" -textwrap = "0.12.0" +textwrap = "0.12.1" term_size = "0.3.2" # Optional/http: