From 04bfe251ea05608c189b1115065792cf933e5af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:00:45 +0000 Subject: [PATCH] Bump bytecount from 0.6.4 to 0.6.5 Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.4 to 0.6.5. - [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 6ed9cd3e12..58653b6968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "bytecount" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" +checksum = "d1a12477b7237a01c11a80a51278165f9ba0edd28fa6db00a65ab230320dc58c" [[package]] name = "byteorder" diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 48dd18dcf3..3b0db7abb5 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -25,7 +25,7 @@ maturin = [] [dependencies] az = "1.0.0" -bytecount = "0.6.4" +bytecount = "0.6.5" byteorder = "1.5.0" cfg-if = "1.0" counter = "0.5.7"