From 2353cc531326e19957430d7f66ea4b0fbd9a6c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:06:31 +0000 Subject: [PATCH] build(deps): bump bytecount from 0.6.3 to 0.6.4 (#33502) Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.3 to 0.6.4. - [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] 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 693db7369..283fa6051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,9 +864,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index 57fb36201..5ed44239d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ borsh = "0.10.3" bs58 = "0.4.0" bv = "0.11.1" byte-unit = "4.0.19" -bytecount = "0.6.3" +bytecount = "0.6.4" bytemuck = "1.14.0" byteorder = "1.4.3" bytes = "1.5"