Bump bs58 from 0.3.1 to 0.4.0 (#17573)

* Bump bs58 from 0.3.1 to 0.4.0

Bumps [bs58](https://github.com/mycorrhiza/bs58-rs) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/mycorrhiza/bs58-rs/releases)
- [Commits](https://github.com/mycorrhiza/bs58-rs/compare/0.3.1...0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fixup

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-05-28 18:30:34 +00:00
committed by GitHub
parent a3240aebde
commit 86c07bf785
15 changed files with 52 additions and 56 deletions

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-cli"
[dependencies]
bincode = "1.3.1"
bs58 = "0.3.1"
bs58 = "0.4.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.1"
criterion-stats = "0.3.0"