Skip to content

Commit

Permalink
Bump getrandom from 0.2.14 to 0.2.15 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent b71341d commit ead0f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = ["/LICENSES", "/README.md", "/src"]
crate-type = ["cdylib", "rlib"]

[dependencies]
getrandom = { version = "0.2.14", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }
scryptenc = { version = "0.9.5", path = "../scryptenc" }
wasm-bindgen = "0.2.92"

Expand Down

0 comments on commit ead0f8e

Please sign in to comment.