1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-30 18:49:11 +00:00

build(deps): bump textwrap from 0.11.0 to 0.12.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-29 11:04:59 +00:00
parent 36f91267be
commit 433c6c6e06
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -195,7 +195,7 @@ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
"strsim", "strsim",
"textwrap", "textwrap 0.11.0",
"unicode-width", "unicode-width",
"vec_map", "vec_map",
] ]
@ -1156,7 +1156,7 @@ dependencies = [
"sysinfo", "sysinfo",
"tempfile", "tempfile",
"term_size", "term_size",
"textwrap", "textwrap 0.12.0",
"toml", "toml",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width",
@ -1253,6 +1253,15 @@ dependencies = [
"unicode-width", "unicode-width",
] ]
[[package]]
name = "textwrap"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30fc9a1b93fe45a3811654d49ead7306cf8fb18aa7fe6bf630a1099111cd2d6"
dependencies = [
"unicode-width",
]
[[package]] [[package]]
name = "thread_local" name = "thread_local"
version = "1.0.1" version = "1.0.1"

View File

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