mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01: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:
parent
1fd5476cbe
commit
506a5b7b7b
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user