Fix at base64 0.12.1

0.12.2 has a breaking MSRV change
This commit is contained in:
Joseph Birr-Pixton 2020-06-20 13:24:51 +01:00
parent 02910b186f
commit bad9bd7454
1 changed files with 1 additions and 1 deletions

View File

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