diff options
| author | troido <troido@protonmail.com> | 2020-04-24 11:08:42 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-24 11:08:42 +0200 |
| commit | 6c5b15758fbceef7987b40ee50a71ddc9624372d (patch) | |
| tree | f62cbe2fafff6209118a0ca59b33d133d2d49c0e /Cargo.toml | |
| parent | 71744e0d16a23acde3e743c94838dbae9af057a9 (diff) | |
server-side hashing now uses a salt
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
