summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-24 11:08:42 +0200
committertroido <troido@protonmail.com>2020-04-24 11:08:42 +0200
commit6c5b15758fbceef7987b40ee50a71ddc9624372d (patch)
treef62cbe2fafff6209118a0ca59b33d133d2d49c0e /Cargo.toml
parent71744e0d16a23acde3e743c94838dbae9af057a9 (diff)
server-side hashing now uses a salt
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"