From 148bf1ce8db18d539840bd2294f9e940728fec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 10:34:38 -0600 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ab98d0fe..f2a0d93f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 888b4f8ca..b45b9dbdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"