chore: bump byte-unit from 4.0.9 to 4.0.12 (#18089)

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

---
updated-dependencies:
- dependency-name: byte-unit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-06-21 15:21:10 +00:00 committed by GitHub
parent ec2f930475
commit e7a7d0d55f
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

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

View File

@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false
[dependencies]
byte-unit = "4.0.9"
byte-unit = "4.0.12"
clap = "2.33.1"
serde = "1.0.126"
serde_json = "1.0.64"