diff --git a/Cargo.lock b/Cargo.lock index 96a545df3..532354928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,7 +1488,7 @@ dependencies = [ "flatbuffers", "log", "quickcheck", - "rand 0.9.2", + "rand 0.10.1", "smallvec", "spin", "thiserror", @@ -2214,7 +2214,7 @@ dependencies = [ "ordered-float", "quanta", "radix_trie", - "rand 0.9.2", + "rand 0.9.4", "rand_xoshiro", "rapidhash", "sketches-ddsketch", @@ -2445,7 +2445,7 @@ dependencies = [ "futures-util", "opentelemetry", "percent-encoding", - "rand 0.9.2", + "rand 0.9.4", "thiserror", "tokio", "tokio-stream", @@ -2831,7 +2831,7 @@ dependencies = [ "bit-vec", "bitflags 2.11.1", "num-traits", - "rand 0.9.2", + "rand 0.9.4", "rand_chacha", "rand_xorshift", "regex-syntax", @@ -2922,9 +2922,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha", "rand_core 0.9.5", diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index ad9558bc5..55c7dd9bd 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -40,7 +40,7 @@ guest-counter = [] [dev-dependencies] quickcheck = "1.0.3" -rand = "0.9.2" +rand = "0.10.1" [lib] bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options