From 9633c7b1709bf6b1d10d4c7a685f67c3586bb140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 23:22:24 +0000 Subject: [PATCH] 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 65df4defd4..847f07536a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,7 +536,7 @@ dependencies = [ "serde", "simplelog", "syntect", - "textwrap 0.14.2", + "textwrap 0.15.0", "tui", "unicode-segmentation", "unicode-truncate", @@ -1421,9 +1421,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 2ca3999bee..899023557d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" simplelog = { version = "0.11", default-features = false } syntect = { version = "4.6", default-features = false, features = ["metadata", "default-fancy"] } -textwrap = "0.14" +textwrap = "0.15" tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] } unicode-segmentation = "1.9" unicode-truncate = "0.2"