diff --git a/Cargo.lock b/Cargo.lock index 05c1017..cc0cac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,7 +669,7 @@ dependencies = [ "bs58", "chacha20poly1305", "ed25519-dalek", - "getrandom 0.2.17", + "getrandom 0.4.2", "rand 0.8.6", "scrypt", "serde", diff --git a/Cargo.toml b/Cargo.toml index 791a705..28e9c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ ed25519-dalek = { version = "2.1", default-features = false, features = ["alloc" ed25519-compact = { version = "2.1", default-features = false, features = ["std"] } blake3 = { version = "1.5", default-features = false, features = ["std"] } rand = { version = "0.8", default-features = false, features = ["std", "std_rng", "getrandom"] } -getrandom = { version = "0.2", default-features = false } +getrandom = { version = "0.4", default-features = false } zeroize = { version = "1.7", features = ["zeroize_derive"] } # Encryption (identity bundle at rest)