From 637a4eb35148bb7021131181a4af7eab1bab7477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:11:25 +0000 Subject: [PATCH] cargo: bump textwrap from 0.15.0 to 0.15.1 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.15.0 to 0.15.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.15.0...0.15.1) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch ... 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 32327d16f..d025e4cee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ "strum_macros", "tagger", "tempfile", - "textwrap 0.15.0", + "textwrap 0.15.1", "thiserror", "tokio", "tokio-stream", @@ -3409,9 +3409,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" +checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" dependencies = [ "smawk", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 0e2dcb846..0fae23e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ fast-socks5 = "0.8" humansize = "1" qrcodegen = "1.7.0" tagger = "4.3.3" -textwrap = "0.15.0" +textwrap = "0.15.1" async-channel = "1.6.1" futures-lite = "1.12.0" tokio-stream = { version = "0.1.9", features = ["fs"] }