diff --git a/Cargo.lock b/Cargo.lock index dfca180a33..8a080d6b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,9 +1471,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha", "rand_core 0.9.3", @@ -1551,7 +1551,7 @@ dependencies = [ "pretty_assertions", "profiling", "quickcheck", - "rand 0.9.1", + "rand 0.9.3", "rand_chacha", "scan_fmt", "semver",