From bd393b86972d8830c3c46e1d8e5242d52d8c5ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:02:42 +0000 Subject: [PATCH] chore: bump byte-unit from 4.0.8 to 4.0.9 Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.8...v4.0.9) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- log-analyzer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 331e87e0e..88c1fdb9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -394,9 +394,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba58563da2fefa88ddca9db6347a1818fc224be2faf916cd4c5e210d2653f4c" +checksum = "1c8758c32833faaae35b24a73d332e62d0528e89076ae841c63940e37008b153" dependencies = [ "utf8-width", ] diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index a34d49b5e..041f9c538 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -byte-unit = "4.0.8" +byte-unit = "4.0.9" clap = "2.33.1" serde = "1.0.112" serde_json = "1.0.56"