Bump bs58 from 0.2.2 to 0.2.4 (#5560)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-21 12:13:52 -07:00
committed by Michael Vines
parent 3450b9a44d
commit d6f824abc0
9 changed files with 19 additions and 19 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
assert_matches = "1.3.0"
bincode = "1.1.4"
bs58 = "0.2.0"
bs58 = "0.2.4"
byteorder = "1.3.2"
chrono = { version = "0.4.7", features = ["serde"] }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }