Bump base64 from 0.11.0 to 0.12.0 (#8809)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.11.0...v0.12.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-12 11:32:56 -06:00
committed by GitHub
parent 48ac038f7a
commit a69293df24
2 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
base64 = "0.11.0"
base64 = "0.12.0"
clap = "2.33.0"
chrono = "0.4"
serde = "1.0.104"