Bump textwrap from 0.13.1 to 0.13.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-31 06:06:46 +00:00 committed by Stephan Dilly
parent 441ca7b3b2
commit cd4ed7705c

6
Cargo.lock generated
View file

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