diff --git a/Cargo.lock b/Cargo.lock index 1712f879..e2a1dcb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,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 = [ "rand_core", ] diff --git a/Cargo.toml b/Cargo.toml index abf947f1..283ce004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ pkg-config = "0.3.26" predicates = { default-features = false, version = "3.1.0" } prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" } pyo3 = { features = ["extension-module"], version = "0.28.0" } -rand = { default-features = false, version = "0.10.0" } +rand = { default-features = false, version = "0.10.1" } rand_pcg = { default-features = false, version = "0.10.1" } rayon = "1.5.1" rustc-hash = "2"