Bump textwrap from 0.13.2 to 0.13.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-23 10:06:00 +00:00 committed by Stephan Dilly
parent f536532394
commit b552873d95

6
Cargo.lock generated
View File

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