From 5e64ae8de8d1089b7422fbd64a6d76897e367dbe Mon Sep 17 00:00:00 2001 From: Cleo Rebert Date: Sat, 18 Apr 2020 14:25:40 +0200 Subject: [PATCH] Changed ring version requirement because of compatibility issues with rocket --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"