Skip to content

Commit

Permalink
Update getrandom to 0.2.7. Closes #686
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Jul 30, 2022
1 parent 084c509 commit 5dc95cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = "1.0.73"
flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.13", features = ["deflate"], default-features = false }
image = "0.23.14"
getrandom = { version = "0.2.3", features = ["js"] }
getrandom = { version = "0.2.7", features = ["js"] }
rand = "0.8.5"
rand_pcg = "0.3.1"
base64 = "0.13.0"
Expand Down

0 comments on commit 5dc95cf

Please sign in to comment.