mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
Merge pull request #6253 from uutils/renovate/bytecount-0.x
chore(deps): update rust crate bytecount to 0.6.8
This commit is contained in:
commit
31087e821d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -205,9 +205,9 @@ checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|||
|
||||
[[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"
|
||||
|
|
|
@ -261,7 +261,7 @@ test = ["uu_test"]
|
|||
bigdecimal = "0.4"
|
||||
binary-heap-plus = "0.5.0"
|
||||
bstr = "1.9.1"
|
||||
bytecount = "0.6.7"
|
||||
bytecount = "0.6.8"
|
||||
byteorder = "1.5.0"
|
||||
chrono = { version = "0.4.38", default-features = false, features = [
|
||||
"std",
|
||||
|
|
Loading…
Reference in a new issue