From 7a4cb4568c67b31f6929057de6d3545b341705c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 18:26:06 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 --- star/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star/Cargo.toml b/star/Cargo.toml index 13c5b5a..3a6df42 100644 --- a/star/Cargo.toml +++ b/star/Cargo.toml @@ -21,7 +21,7 @@ zeroize = "1.5.5" [dev-dependencies] criterion = "0.5.1" star-test-utils = { path = "./test-utils" } -rand = { version = "0.8.5", features = [ "std" ] } +rand = { version = "0.9.0", features = [ "std" ] } [features] star2 = []