Browse Source

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>
pull/1187/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
7d84f08f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -265,9 +265,9 @@ dependencies = [ @@ -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"

2
Cargo.toml

@ -33,7 +33,7 @@ strum = { version = "0.25.0", features = ["derive"] } @@ -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"

Loading…
Cancel
Save