diff --git a/Cargo.lock b/Cargo.lock index 9db1bc0..244a975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[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", diff --git a/Cargo.toml b/Cargo.toml index 5529114..a43ed7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ split-debuginfo = "packed" [dependencies] crossbeam-channel = "0.5" futures = "0.3" -rand = "0.9.1" +rand = "0.9.3" libc = "0.2" atomic-wait = "1"