Skip to content

Commit

Permalink
fix(deps): update rust crate getrandom to 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 9533e45 commit fa913a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ egui = "0.22.0"
# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
rand = "0.8.5"
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2.14", features = ["js"] }

0 comments on commit fa913a2

Please sign in to comment.