From 5e43304ecae913250c53c83749c52fc845f17b8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 09:03:30 -0600 Subject: [PATCH] Bump byte-unit from 3.0.3 to 3.1.1 (#10098) Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 3.0.3 to 3.1.1. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v3.0.3...v3.1.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- log-analyzer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fef8ce9621..fa9522d986 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,9 +333,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "3.0.3" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6894a79550807490d9f19a138a6da0f8830e70c83e83402dd23f16fd6c479056" +checksum = "0a9c5a8108ce3063ccdc10dd27ee5b8f086872310b2e371c5571628707d4d198" [[package]] name = "bytecount" diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index 958dcd9c26..a98bf17b35 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -byte-unit = "3.0.3" +byte-unit = "3.1.1" clap = "2.33.1" serde = "1.0.110" serde_json = "1.0.53"