Updating base64 to 0.12 (#133)

This commit is contained in:
Marc Mettke 2020-06-09 21:50:19 +02:00 committed by GitHub
parent 09aad3ca2f
commit 3cae0df3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ edition = "2018"
serde_json = "1.0"
serde = {version = "1.0", features = ["derive"] }
ring = { version = "0.16.5", features = ["std"] }
base64 = "0.11"
base64 = "0.12"
# For PEM decoding
pem = "0.7"
simple_asn1 = "0.4"