mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
Remove SHA-3.
This commit is contained in:
parent
e106c5c69a
commit
4695dfebf4
2 changed files with 292 additions and 348 deletions
639
Cargo.lock
generated
639
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,6 @@ rand = { version = "0.8", features= ["std_rng"] }
|
||||||
tracing-actix-web = "0.4.0-beta.8"
|
tracing-actix-web = "0.4.0-beta.8"
|
||||||
anyhow = "1.0.40"
|
anyhow = "1.0.40"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
sha3 = "0.9"
|
|
||||||
argon2 = { version = "0.3", features = ["std"] }
|
argon2 = { version = "0.3", features = ["std"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue