From 1dea8e960a04e69d8d1e78038ac2431801937b04 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:19:30 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 [SECURITY] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6a7acf4..8fc553bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3120,7 +3120,7 @@ dependencies = [ "oauth2", "octorust", "partial-struct", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index b74c6c61..955c0f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ 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 = "0.9.0" rand_core = "0.6" regex = "1.12.2" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }