diff --git a/Cargo.lock b/Cargo.lock index b7cbc841..09f1f1c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[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", diff --git a/Cargo.toml b/Cargo.toml index 53a7f140..18160cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,6 @@ fdt = "0.1.5" [dev-dependencies] dirs = "6.0.0" -rand = "0.10.0" +rand = "0.10.1" ssh2 = { version = "0.9.5", features = ["vendored-openssl"] } tempfile = "3.27.0"