From 33cbb2597a243568b0cf585a7fe0a2cdc74e42e0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 03:01:55 +0000 Subject: [PATCH] Update rand --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 612ecb6b376..c1f307535ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -639,12 +639,12 @@ propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev proptest = "1.7.0" qorb = "0.4.0" quote = "1.0" -rand = "0.8.5" +rand = "0.9.2" # We're still in the middle of migrating to rand 0.9. -rand09 = { package = "rand", version = "0.9.1" } -rand_core = "0.6.4" -rand_distr = "0.4.3" -rand_seeder = "0.3.0" +rand09 = { package = "rand", version = "0.9.2" } +rand_core = "0.9.3" +rand_distr = "0.5.1" +rand_seeder = "0.4.0" range-requests = { path = "range-requests" } ratatui = "0.29.0" rayon = "1.10"