Skip to content

Commit

Permalink
chore: bump bytecount from 0.6.0 to 0.6.2 (solana-labs#17927)
Browse files Browse the repository at this point in the history
Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.0 to 0.6.2.
- [Release notes](https://github.com/llogiq/bytecount/releases)
- [Commits](https://github.com/llogiq/bytecount/commits)

---
updated-dependencies:
- dependency-name: bytecount
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2021
1 parent c2191d8 commit 820806c
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 ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-ledger-tool"

[dependencies]
bs58 = "0.4.0"
bytecount = "0.6.0"
bytecount = "0.6.2"
clap = "2.33.1"
csv = "1.1.3"
futures = "0.3.15"
Expand Down

0 comments on commit 820806c

Please sign in to comment.