1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #5450 from uutils/renovate/bytecount-0.x

chore(deps): update rust crate bytecount to 0.6.7
This commit is contained in:
Daniel Hofstetter 2023-10-25 06:59:54 +02:00 committed by GitHub
commit 73ee5db032
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

@ -205,9 +205,9 @@ checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "bytecount"
version = "0.6.5"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a12477b7237a01c11a80a51278165f9ba0edd28fa6db00a65ab230320dc58c"
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
[[package]]
name = "byteorder"

View file

@ -260,7 +260,7 @@ test = ["uu_test"]
bigdecimal = "0.4"
binary-heap-plus = "0.5.0"
bstr = "1.7"
bytecount = "0.6.5"
bytecount = "0.6.7"
byteorder = "1.5.0"
chrono = { version = "^0.4.31", default-features = false, features = [
"std",