From 6c5b15758fbceef7987b40ee50a71ddc9624372d Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 24 Apr 2020 11:08:42 +0200 Subject: server-side hashing now uses a salt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fdd99da..29f65fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ ctrlc = { version = "3.1", features = ["termination"] } structopt = "0.3" unicode_categories = "0.1.1" base64 = "0.12.0" -sha2 = "0.8.1" +ring = "0.16.12" -- cgit