From 789881197c6689f0c8e8ed634f98881825449cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 01:41:11 +0000 Subject: [PATCH] fix(deps): update rust crate strum to 0.27.0 --- attractors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attractors/Cargo.toml b/attractors/Cargo.toml index a280c8b..af79518 100644 --- a/attractors/Cargo.toml +++ b/attractors/Cargo.toml @@ -22,7 +22,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true } js-sys = "0.3.69" rand = "0.8.5" getrandom = { version = "0.2.14", features = ["js"] } -strum = { version = "0.26.2", features = ["derive", "strum_macros"] } +strum = { version = "0.27.0", features = ["derive", "strum_macros"] } [dev-dependencies] # wasm-bindgen-test = "0.3.41"