From b10b49b09e0b9d25c028ce76fd9a10d9b4264cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 19:17:31 +0000 Subject: [PATCH] Bump bytecount from 0.6.7 to 0.6.8 Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.7 to 0.6.8. - [Commits](https://github.com/llogiq/bytecount/commits) --- updated-dependencies: - dependency-name: bytecount dependency-type: direct:production update-type: version-update:semver-patch ... 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 4ff64b952..d6b07ca26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,9 +342,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" +checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index b7015fe32..430bcfdbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rust-version = "1.74.1" anyhow.workspace = true askalono = "0.4.6" byte-unit = "5.1.4" -bytecount = "0.6.7" +bytecount = "0.6.8" clap.workspace = true clap_complete = "4.5.2" crossbeam-channel = "0.5.9"