bump base64 to 0.7

This commit is contained in:
Alex Gaynor 2017-09-22 21:45:56 -04:00 committed by GitHub
parent db74024411
commit 885c0d49ea
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ categories = ["network-programming", "cryptography"]
[dependencies]
untrusted = "0.5.1"
base64 = "0.6"
base64 = "0.7"
log = { version = "0.3.6", optional = true }
ring = { version = "0.12.1", features = ["rsa_signing"] }
webpki = { git = "https://github.com/briansmith/webpki" }