Upgrade base64 dependency to 0.11

This commit is contained in:
Alex Gaynor 2019-10-25 10:17:25 -04:00 committed by ctz
parent 32cade4826
commit ac88486f11
1 changed files with 1 additions and 1 deletions

View File

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