mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 03:26:18 +00:00
Merge pull request #3588 from uutils/dependabot/cargo/bytecount-0.6.3
build(deps): bump bytecount from 0.6.2 to 0.6.3
This commit is contained in:
commit
669fd6ab47
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -178,9 +178,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 = "byteorder"
|
||||
|
|
|
@ -17,7 +17,7 @@ path = "src/wc.rs"
|
|||
[dependencies]
|
||||
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
|
||||
uucore = { version=">=0.0.11", package="uucore", path="../../uucore", features=["pipes"] }
|
||||
bytecount = "0.6.2"
|
||||
bytecount = "0.6.3"
|
||||
utf-8 = "0.7.6"
|
||||
unicode-width = "0.1.8"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue