From ef954be5fa684a2daad9370f280b96e6f648c459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:40:20 +0000 Subject: [PATCH] Bump bytecount from 0.6.3 to 0.6.4 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] --- Cargo.lock | 4 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0e291e2c..a9db971e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[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 = "byteorder" diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 3eb6e9f9f..e70bb45c2 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -25,7 +25,7 @@ maturin = [] [dependencies] az = "1.0.0" -bytecount = "0.6.0" +bytecount = "0.6.4" byteorder = "1.4.3" cfg-if = "1.0" counter = "0.5.7"