Bump bs58 from 0.2.5 to 0.3.0 (#5974)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-19 10:39:37 -06:00
committed by Greg Fitzgerald
parent 1650519962
commit 1a71804ef2
9 changed files with 22 additions and 16 deletions

View File

@ -14,7 +14,7 @@ crate-type = ["staticlib"]
[dependencies]
bincode = "1.1.4"
bs58 = "0.2.5"
bs58 = "0.3.0"
libc = "0.2.62"
rand_chacha = "0.1.1"
rand_core = { version = ">=0.2, <0.4", default-features = false }