Bump textwrap from 0.14.0 to 0.14.2

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.0 to 0.14.2.
- [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.14.2)

---
updated-dependencies:
- dependency-name: textwrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 02:08:35 +00:00 committed by Stephan Dilly
parent cc526c2970
commit f1d2c7a26c

6
Cargo.lock generated
View file

@ -494,7 +494,7 @@ dependencies = [
"serde",
"simplelog",
"syntect",
"textwrap 0.14.0",
"textwrap 0.14.2",
"tui",
"unicode-segmentation",
"unicode-truncate",
@ -1354,9 +1354,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.14.0"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f59f5365546b8424b0cc48868ae4fbbbc29a538dcc496b53543525201034f0c2"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
dependencies = [
"smawk",
"unicode-linebreak",