mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
Generated
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user