Skip to content

Commit

Permalink
fix(deps): update rust crate rand to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 9fe72a7 commit 8ac0f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attractors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 8ac0f89

Please sign in to comment.