Changed ring version requirement because of compatibility issues with rocket

This commit is contained in:
Cleo Rebert 2020-04-18 14:25:40 +02:00
parent 9064404264
commit 5e64ae8de8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ categories = ["authentication", "web-programming"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
ring = "0.16.12"
ring = ">= 0.13"
byteorder = "1.3.4"
otpauth = "0.4.1"
base32 = "0.4.0"