Skip to content

Commit

Permalink
fix(deps): update rust crate getrandom to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 9fe72a7 commit 3a0d07f
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 @@ -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]
Expand Down

0 comments on commit 3a0d07f

Please sign in to comment.