diff --git a/Cargo.lock b/Cargo.lock index de71815..707586b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,7 +1397,7 @@ dependencies = [ "libc", "predicates", "pyo3", - "rand 0.10.0", + "rand 0.10.1", "rpassword", "serde", "serde_json", @@ -1841,9 +1841,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20 0.10.0", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index 8657b8f..6075e2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bip39 = "2.2.2" clap = { version = "4.6.0", features = ["derive", "env"] } chrono = { version = "0.4", default-features = false, features = ["clock"] } colored = "3" -rand = "0.10.0" +rand = "0.10.1" rpassword = "7" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"