From f9243485eb4f509f717ee3d0aea9e210e4d16f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:43:13 +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 = []