From a0cadb32e927b0f5fce2d4a7660751e075024437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:27:16 +0200 Subject: [PATCH] build: bump byte-unit from 4.0.12 to 4.0.13 (#3169) Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/magiclen/byte-unit/releases) - [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.12...v4.0.13) --- 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a88728c..c0db1b15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byte-unit" -version = "4.0.12" +version = "4.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8" +checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f" dependencies = [ "utf8-width", ] diff --git a/Cargo.toml b/Cargo.toml index 5d4ce492..607cc07a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ gethostname = "0.2.1" once_cell = "1.8.0" chrono = "0.4.19" sys-info = "0.9.0" -byte-unit = "4.0.12" +byte-unit = "4.0.13" starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" } yaml-rust = "0.4.5" pest = "2.1.3"