From 2b7dd3119c50f4609b9263f0d5fe680d8fd72bf8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:54:57 +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 901db19..dc94139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3485,7 +3485,7 @@ dependencies = [ "oauth2-reqwest", "partial-struct", "percent-encoding", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "reqwest 0.13.2", "rsa", diff --git a/Cargo.toml b/Cargo.toml index cf7b1a9..422254b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } percent-encoding = "2.3.2" proc-macro2 = "1" quote = "1" -rand = "0.8.5" +rand = "0.9.0" rand_core = "0.6" regex = "1.12.3" reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] }