From dd246077b5c1a6ee0bec2bf573c8a2aeffef2b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:02:31 +0000 Subject: [PATCH] Bump bytecount from 0.6.5 to 0.6.7 Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.5 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 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58653b6968..b3e02c3fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "bytecount" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1a12477b7237a01c11a80a51278165f9ba0edd28fa6db00a65ab230320dc58c" +checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "byteorder" diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 3b0db7abb5..151b31e731 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -25,7 +25,7 @@ maturin = [] [dependencies] az = "1.0.0" -bytecount = "0.6.5" +bytecount = "0.6.7" byteorder = "1.5.0" cfg-if = "1.0" counter = "0.5.7"