From c84a973d5d8ada04965000e513562c0ae69e75d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 02:20:29 +0000 Subject: [PATCH] Bump bytesize from 1.2.0 to 1.3.0 Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Commits](https://github.com/hyunsik/bytesize/compare/v1.2.0...v1.3.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 68e62122..1296a001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,9 +181,9 @@ checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" [[package]] name = "bytesize" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" +checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" [[package]] name = "cassowary" diff --git a/Cargo.toml b/Cargo.toml index 59fd82eb..7a2e9587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ backtrace = "0.3" bitflags = "1.3" bugreport = "0.5" bwrap = { version = "1.3.0", features = ["use_std"] } -bytesize = { version = "1.2", default-features = false } +bytesize = { version = "1.3", default-features = false } chrono = { version = "0.4", default-features = false, features = [ "clock" ] } clap = { version = "4.1", features = [ "env", "cargo" ] } crossbeam-channel = "0.5"