diff --git a/Cargo.lock b/Cargo.lock index e87f515904..74a85dbd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1415,9 +1415,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha", "rand_core 0.9.5", @@ -1529,7 +1529,7 @@ dependencies = [ "pkgar", "pkgar-core", "pkgar-keys", - "rand 0.9.4", + "rand 0.9.5", "redox-pkg", "redox_syscall", "redoxfs",