From 3671aefc4d23d917af86e51c2de24ce10ef5db55 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:12:38 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0136749b..12e15c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1" progenitor-client = "0.14.0" quote = "1" -rand = "0.10.1" +rand = "0.10.2" rand_core = "0.10.1" regex = "1.12.4" reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls"] }