From 6e5317f943cf443ca869b470dbc63fee951b803e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 8 Aug 2023 07:48:50 -0300 Subject: [PATCH] typo --- plugins/stronghold/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index 1c2d769a..ef1f0942 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -20,7 +20,7 @@ iota-crypto = "0.21" hex = "0.4" zeroize = { version = "1", features = ["zeroize_derive"] } -# kdf dependincies +# kdf dependencies argon2 = { version = "0.5.0", optional = true } rand_chacha = { version = "0.3.1", optional = true } rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }