From dc822cf77d33c304b7ab8c5d151ed57253f4f8f8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:57:39 +0000 Subject: [PATCH] Update rand to 0.10.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b74c6c6..4eaa65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ owo-colors = "4.2.3" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } progenitor = { version = "0.11.2" } progenitor-client = { version = "0.11.2" } -rand = "0.8.5" -rand_core = "0.6" +rand = "0.10.0" +rand_core = "0.10" regex = "1.12.2" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } reqwest-middleware = "0.4"