From 05f4a0694c987d587c586db77d7f76f4b3e752f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:49:24 +0000 Subject: [PATCH] build(deps): bump bytecount from 0.6.4 to 0.6.7 Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.4 to 0.6.7. - [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 f50d34e96f..e1d8d6176f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.4" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" +checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index 8f8d7d736c..d129202f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ borsh = "0.10.3" bs58 = "0.4.0" bv = "0.11.1" byte-unit = "4.0.19" -bytecount = "0.6.4" +bytecount = "0.6.7" bytemuck = "1.14.0" byteorder = "1.5.0" bytes = "1.5"