Skip to content

Commit 4eda7dc

Browse files
committed
feat(crypto): bump scrypt and zeroize versions
1 parent d0cfdff commit 4eda7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox_encryptsave/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ failure = "0.1"
2323
rand = "0.8"
2424
sha2 = "0.9"
2525
xsalsa20poly1305 = "0.7"
26-
scrypt = "0.6"
27-
zeroize = "1.3"
26+
scrypt = "0.7"
27+
zeroize = "1.4"

0 commit comments

Comments
 (0)