From e52ce536e0324a3bec06eed918c55e59577aad99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:21:59 +0000 Subject: [PATCH] chore(deps): update textwrap requirement from 0.14.0 to 0.15.0 Updates the requirements on [textwrap](https://github.com/mgeisler/textwrap) to permit the latest version. - [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.15.0) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d1721967ca..32f843a46cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ path = "benches/06_rustup.rs" [dependencies] clap_derive = { path = "./clap_derive", version = "3.1.4", optional = true } bitflags = "1.2" -textwrap = { version = "0.14.0", default-features = false, features = [] } +textwrap = { version = "0.15.0", default-features = false, features = [] } unicase = { version = "2.6", optional = true } indexmap = "1.0" os_str_bytes = "6.0"