Bump byte-unit from 4.0.14 to 4.0.19 (#31457)

Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.14 to 4.0.19.
- [Release notes](https://github.com/magiclen/byte-unit/releases)
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.14...v4.0.19)

---
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] 2023-05-03 10:34:38 -06:00 committed by GitHub
parent ddd1f2fce0
commit 148bf1ce8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -817,10 +817,11 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
version = "4.0.14"
version = "4.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
dependencies = [
"serde",
"utf8-width",
]

View File

@ -147,7 +147,7 @@ borsh = "0.9.3"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bv = "0.11.1"
byte-unit = "4.0.14"
byte-unit = "4.0.19"
bytecount = "0.6.3"
bytemuck = "1.11.0"
byteorder = "1.4.3"