diff --git a/Cargo.lock b/Cargo.lock index 7cfd9293..766328bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1563,9 +1563,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", "getrandom 0.4.1", @@ -1784,7 +1784,7 @@ dependencies = [ "log", "once_cell", "parameterized", - "rand 0.10.0", + "rand 0.10.1", "rlimit", "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 22bd7f18..aa9d5ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ env_logger = "0.11.10" anstream = "=1.0.0" dirs = "6.0.0" gcd = "2.0.1" -rand = "0.10.0" +rand = "0.10.1" colorful = "0.3.2" ansi_term = "0.12.1" toml = "1.1.0"