From 739d868ce58b4d18bfd3db8b9d9c8a7689f5bc2b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:42:34 +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 cf7b1a9..5fbb82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,8 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } percent-encoding = "2.3.2" proc-macro2 = "1" quote = "1" -rand = "0.8.5" -rand_core = "0.6" +rand = "0.10.0" +rand_core = "0.10" regex = "1.12.3" reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] } rsa = "0.9.10"