diff --git a/attractors/Cargo.toml b/attractors/Cargo.toml index a280c8b..5960509 100644 --- a/attractors/Cargo.toml +++ b/attractors/Cargo.toml @@ -21,7 +21,7 @@ wasm-bindgen = "0.2.92" 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"] } +getrandom = { version = "0.3.0", features = ["js"] } strum = { version = "0.26.2", features = ["derive", "strum_macros"] } [dev-dependencies]