Bump bs58 from 0.3.0 to 0.3.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-21 03:46:55 +00:00
committed by Michael Vines
parent 4d97d3bdb1
commit 64e5684d45
9 changed files with 19 additions and 19 deletions

View File

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