From 000deb2cf8be7cd034b6ac7346d302ec26572f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:08:11 +0000 Subject: [PATCH] Bump bytesize from 1.1.0 to 1.2.0 Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](https://github.com/hyunsik/bytesize/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d0a6f27..5418e997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,9 +186,9 @@ checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" [[package]] name = "bytesize" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" +checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" [[package]] name = "cassowary" diff --git a/Cargo.toml b/Cargo.toml index 5f27ab60..d1e0cc80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ asyncgit = { path = "./asyncgit", version = "0.22", default-features = false } backtrace = "0.3" bitflags = "1.3" bugreport = "0.5" -bytesize = { version = "1.1", default-features = false } +bytesize = { version = "1.2", default-features = false } chrono = { version = "0.4", default-features = false, features = [ "clock" ] } clap = { version = "4.1", features = [ "env", "cargo" ] } crossbeam-channel = "0.5"