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:
parent
ddd1f2fce0
commit
148bf1ce8d
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue