Skip to content

Commit

Permalink
Bump getrandom from 0.2.0 to 0.2.1 (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 4, 2021
1 parent 34f3221 commit ceca316
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 75 deletions.
81 changes: 7 additions & 74 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 boa_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
Boa = { path = "../boa", features = ["console"] }
wasm-bindgen = "0.2.69"
getrandom = { version = "0.2.0", features = ["js"]}
getrandom = { version = "0.2.1", features = ["js"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit ceca316

Please sign in to comment.