1
0
mirror of https://github.com/o2sh/onefetch synced 2024-07-05 00:58:35 +00:00

Bump bytecount from 0.6.3 to 0.6.7 (#1196)

Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.3 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-31 18:38:39 +01:00 committed by GitHub
parent ab85db3d36
commit 7d84f08f4b
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

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

View File

@ -33,7 +33,7 @@ strum = { version = "0.25.0", features = ["derive"] }
anyhow.workspace = true
askalono = "0.4.6"
byte-unit = "4.0.19"
bytecount = "0.6.3"
bytecount = "0.6.7"
clap.workspace = true
clap_complete = "4.4.4"
crossbeam-channel = "0.5.8"