From 9f534f5c9f97d5fd26653e2fcdac3583c2d48031 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:06:42 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074139ba..fa244de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ ciborium = "0.2.2" http = "1.3.1" http-body-util = "0.1" humantime = "2.1" -rand = "0.8.5" +rand = "0.9.2" backoff = "0.4" mg-api = { path = "mg-api" } mg-common = { path = "mg-common" }