bump base64 dependency to 0.8

This commit is contained in:
Alex Gaynor 2017-11-18 18:06:03 -05:00 committed by GitHub
parent 7205d8b9c4
commit c91afaff67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7"
base64 = "0.8"
log = { version = "0.3.6", optional = true }
ring = { version = "0.12.1", features = ["rsa_signing"] }
webpki = { git = "https://github.com/briansmith/webpki" }