bump base64 dependency to 0.9

This commit is contained in:
Alex Gaynor 2017-12-21 12:08:52 -05:00 committed by GitHub
parent 1d96adaa70
commit f81b6ab00a
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.8"
base64 = "0.9"
log = { version = "0.3.6", optional = true }
ring = { version = "0.12.1", features = ["rsa_signing"] }
webpki = { git = "https://github.com/briansmith/webpki" }