diff --git a/Cargo.lock b/Cargo.lock index 8b4e5c8..6707d9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ "derive_builder", "dirs", "enum_dispatch", - "getrandom 0.3.2", + "getrandom 0.3.3", "globset", "hex", "hmac", @@ -804,9 +804,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2ea5b34..f1aba59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ hmac = "0.12.1" sha1 = "0.10.6" sha2 = "0.10.9" chacha20poly1305 = "0.10.1" -getrandom = "0.3.2" +getrandom = "0.3.3" rust-argon2 = "2.1.0" scrypt = "0.11.0" aes-gcm = "0.10.3"