From 003c107264354d811713b05bb995a2feacae152d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:17:51 +0000 Subject: [PATCH] Update Rust crate rand_core to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de63b80..b1444c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } progenitor = { git = "https://github.com/oxidecomputer/progenitor" } progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" } rand = "0.8.5" -rand_core = "0.6" +rand_core = "0.9" regex = "1.11.1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } reqwest-middleware = "0.4"