From 9507055849940a1100ec15a75aecc3798430b1a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 05:47:05 +0000 Subject: [PATCH] build(deps): 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-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b39abd15..807ee7ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,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/Cargo.toml b/Cargo.toml index 4ea0e963..009b5eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ gethostname = "0.2.1" once_cell = "1.4.0" chrono = "0.4" sysinfo = "0.15.0" -byte-unit = "4.0.8" +byte-unit = "4.0.9" starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } yaml-rust = "0.4" pest = "^2.1"