From 206e53bf21fa4c086993ae1458cbcdba8aeea32c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 05:19:10 +0000 Subject: build(deps): bump byte-unit from 4.0.9 to 4.0.10 Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.9 to 4.0.10. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.9...v4.0.10) 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 5fc5c3162..547f752a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.9" +version = "4.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c8758c32833faaae35b24a73d332e62d0528e89076ae841c63940e37008b153" +checksum = "b9520900471c3a9bbcfe0fd4c7b6bcfeff41b20a76cf91c59b7474b09be1ee27" dependencies = [ "utf8-width", ] diff --git a/Cargo.toml b/Cargo.toml index 952fa6b97..555d8e683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ gethostname = "0.2.1" once_cell = "1.7.2" chrono = "0.4.19" sys-info = "0.8.0" -byte-unit = "4.0.9" +byte-unit = "4.0.10" starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" } yaml-rust = "0.4.5" pest = "2.1.3" -- cgit v1.2.3