1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-08 03:20:48 +00:00

build: bump byte-unit from 4.0.11 to 4.0.12 (#2707)

Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/magiclen/byte-unit/releases)
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.11...v4.0.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 07:05:23 -04:00 committed by GitHub
parent f3984eaf16
commit 13a31a163a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -191,9 +191,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
version = "4.0.11"
version = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d98e67b09c0321733bef2f3b879832afa6197e9ea58f32e72c316df2ffe743"
checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8"
dependencies = [
"utf8-width",
]

View File

@ -48,7 +48,7 @@ gethostname = "0.2.1"
once_cell = "1.7.2"
chrono = "0.4.19"
sys-info = "0.9.0"
byte-unit = "4.0.11"
byte-unit = "4.0.12"
starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" }
yaml-rust = "0.4.5"
pest = "2.1.3"