Update base64 requirement from 0.11 to 0.12

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [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>
This commit is contained in:
dependabot-preview[bot] 2020-03-09 05:46:08 +00:00 committed by ctz
parent d35d869d76
commit bdaf35b2cc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "cryptography"]
autobenches = false
[dependencies]
base64 = "0.11"
base64 = "0.12"
log = { version = "0.4.4", optional = true }
ring = "0.16.11"
sct = "0.6.0"