From 5cc0222b206a189ba0b3858e0b753451082a0017 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 04:14:45 +0000 Subject: [PATCH] Update rand --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f17be9..02f290f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ oauth2 = { version = "5.0.0", default-features = false, features = ["rustls-tls" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1" quote = "1" -rand = "0.8.5" -rand_core = "0.6" +rand = "0.9.2" +rand_core = "0.9" reqwest = { version = "0.12.24", default-features = false, features = ["json", "stream"] } rsa = "0.9.8" schemars = { version = "0.8.22", features = ["url"] }