1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 19:10:47 +00:00

build(deps): bump textwrap from 0.12.0 to 0.12.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-06 05:58:38 +00:00
parent 1fd5476cbe
commit 506a5b7b7b
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1159,7 +1159,7 @@ dependencies = [
"sysinfo",
"tempfile",
"term_size",
"textwrap 0.12.0",
"textwrap 0.12.1",
"toml",
"unicode-segmentation",
"unicode-width",
@ -1258,9 +1258,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30fc9a1b93fe45a3811654d49ead7306cf8fb18aa7fe6bf630a1099111cd2d6"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
"unicode-width",
]

View File

@ -57,7 +57,7 @@ os_info = "2.0.6"
urlencoding = "1.1.1"
open = "1.4.0"
unicode-width = "0.1.8"
textwrap = "0.12.0"
textwrap = "0.12.1"
term_size = "0.3.2"
# Optional/http: