chore: bump bytecount from 0.6.2 to 0.6.3 (#27014)

Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/llogiq/bytecount/releases)
- [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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 00:33:43 -06:00 committed by GitHub
parent 15acb7239d
commit 07a0076fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -596,9 +596,9 @@ dependencies = [
[[package]]
name = "bytecount"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
[[package]]
name = "bytemuck"

View File

@ -43,7 +43,7 @@ jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = ["
[dev-dependencies]
assert_cmd = "2.0"
bytecount = "0.6.2"
bytecount = "0.6.3"
[target."cfg(unix)".dependencies]
signal-hook = "0.3.14"