Skip to content

Commit

Permalink
fix: Update wasm-bindgen and getrandom to fix Webpack warnings (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz authored Sep 2, 2022
1 parent bf3af48 commit 23b51b3
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
48 changes: 24 additions & 24 deletions native/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 native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prost = "0.11"
prost-types = "0.11.1"
base64 = "0.13.0"
hex = "0.4.3"
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2.7", features = ["js"] }
regex = "1"
did-key = "0.1"
serde = "1.0"
Expand Down
48 changes: 24 additions & 24 deletions wasm/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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ name = "okapi_wasm"
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.82"
js-sys = "0.3"
okapi = { path = "../native", default-features = false, features = ["hashing"] }

0 comments on commit 23b51b3

Please sign in to comment.