Bump textwrap from 0.12.1 to 0.13.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-08 00:17:53 +00:00 committed by Stephan Dilly
parent f3b7b0ffac
commit c34c72ffda
2 changed files with 11 additions and 4 deletions

13
Cargo.lock generated
View file

@ -443,7 +443,7 @@ dependencies = [
"scopetime",
"serde",
"simplelog",
"textwrap 0.12.1",
"textwrap 0.13.0",
"tui",
"unicode-width",
"which",
@ -1085,6 +1085,12 @@ version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
[[package]]
name = "smawk"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bc737c97d093feb72e67f4926d9b22d717ce8580cd25f0ce86d74e859c466d"
[[package]]
name = "socket2"
version = "0.3.12"
@ -1183,10 +1189,11 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.12.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
checksum = "b1bca196a5c5a7bc57a5c92809cf5670e16bcbca3bf0d09ef47150bf97221f6f"
dependencies = [
"smawk",
"unicode-width",
]

View file

@ -39,7 +39,7 @@ ron = "0.6"
serde = "1.0"
anyhow = "1.0.35"
unicode-width = "0.1"
textwrap = "0.12"
textwrap = "0.13"
[target.'cfg(target_os = "linux")'.dependencies]
which = "4.0"