Bump textwrap from 0.13.3 to 0.13.4

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.3 to 0.13.4.
- [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.13.3...0.13.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-24 06:03:08 +00:00 committed by Stephan Dilly
parent 8b449f5d9e
commit db52248782

6
Cargo.lock generated
View File

@ -371,7 +371,7 @@ dependencies = [
"scopetime",
"serde",
"simplelog",
"textwrap 0.13.3",
"textwrap 0.13.4",
"tui",
"unicode-width",
"which",
@ -1095,9 +1095,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.13.3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89bc85084ac4e273c6bbf99050d932821af166392aaedc5038a38e1f229cdf5"
checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835"
dependencies = [
"smawk",
"unicode-width",