From d6c9f5c64bb06bd8f9953732d3081e5f7be6bde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:02:25 +0000 Subject: [PATCH] cargo: bump textwrap from 0.14.2 to 0.15.0 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.2 to 0.15.0. - [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.2...0.15.0) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-minor ... 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 14ad91daf..0517212c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,7 +1130,7 @@ dependencies = [ "surf", "tagger", "tempfile", - "textwrap 0.14.2", + "textwrap 0.15.0", "thiserror", "toml", "url", @@ -3761,9 +3761,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.14.2" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" +checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" dependencies = [ "smawk", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index b37fdf6a3..637eaf344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ fast-socks5 = "0.4" humansize = "1" qrcodegen = "1.7.0" tagger = "4.3.1" -textwrap = "0.14.2" +textwrap = "0.15.0" zip = { version = "0.5.13", default-features = false, features = ["deflate"] } [dev-dependencies]