Bump base64 from 0.10.1 to 0.11.0 (#6596)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.10.1 to 0.11.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.10.1...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-29 10:29:58 -07:00
committed by Michael Vines
parent 83174b919c
commit 618ecfd1c6
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.10.1"
base64 = "0.11.0"
clap = "2.33.0"
serde = "1.0.102"
serde_derive = "1.0.102"