From 61aa2f5e4a5ac4e0566f6109f2b3be61f6582dce Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:04:37 +0000 Subject: [PATCH] Update rand --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index adb7581..25e981f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ owo-colors = "4.2.2" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } progenitor = { git = "https://github.com/oxidecomputer/progenitor" } progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" } -rand = "0.8.5" -rand_core = "0.6" +rand = "0.9.2" +rand_core = "0.9" regex = "1.11.1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } reqwest-middleware = "0.4"