Commit 5e64ae8de8d1089b7422fbd64a6d76897e367dbe

Cleo Rebert 2020-04-18T14:25:40

Changed ring version requirement because of compatibility issues with rocket

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 580c458..1e107f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"