Bump textwrap from 0.13.0 to 0.13.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-11 06:06:33 +00:00 committed by Stephan Dilly
parent 156776ab68
commit 74aeed8544

6
Cargo.lock generated
View file

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