From 8ac0f8957c9260e2e59a7a2629d4cca9cbb51a9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:49:31 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.0 --- attractors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attractors/Cargo.toml b/attractors/Cargo.toml index a280c8b..fb4d837 100644 --- a/attractors/Cargo.toml +++ b/attractors/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen = "0.2.92" # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } js-sys = "0.3.69" -rand = "0.8.5" +rand = "0.9.0" getrandom = { version = "0.2.14", features = ["js"] } strum = { version = "0.26.2", features = ["derive", "strum_macros"] }