Skip to content

Commit

Permalink
Merge pull request #3588 from uutils/dependabot/cargo/bytecount-0.6.3
Browse files Browse the repository at this point in the history
build(deps): bump bytecount from 0.6.2 to 0.6.3
  • Loading branch information
sylvestre authored Jun 6, 2022
2 parents 3f203c7 + 82e81da commit 669fd6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uu/wc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 669fd6a

Please sign in to comment.