From 7c2207bfdf73db9f85f0964acfa280c830e73e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:06:46 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51db315..82740c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,9 +862,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 46d4d7f..21a459d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ human-panic = "1" anyhow = "1.0.64" syntect = { version = "5.0.0", default-features = false, features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes"] } terminal_size = "0.2.1" -textwrap = "0.15.0" +textwrap = "0.15.1" anstyle = "0.2.2" content_inspector = "0.2.4" encoding = "0.2.33"