From 3c498904dd4cc5031e896780ee45be8ecc7297a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:19:52 +0200 Subject: [PATCH] Bump bytecount from 0.6.7 to 0.6.8 (#28) Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.7 to 0.6.8. - [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 43db061..d2296d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "bytecount" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" +checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "byteorder" diff --git a/Cargo.toml b/Cargo.toml index df3f57f..42c5107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ harness = false [dependencies] ahash = "0.8.11" -bytecount = "0.6.7" +bytecount = "0.6.8" lol_html = "1.2.1" once_cell = "1.19.0" slab = "0.4.9"