Skip to content

Commit 23b51b3

Browse files
authored
fix: Update wasm-bindgen and getrandom to fix Webpack warnings (#549)
rust-random/getrandom#137
1 parent bf3af48 commit 23b51b3

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

native/Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ prost = "0.11"
3333
prost-types = "0.11.1"
3434
base64 = "0.13.0"
3535
hex = "0.4.3"
36-
getrandom = { version = "0.2", features = ["js"] }
36+
getrandom = { version = "0.2.7", features = ["js"] }
3737
regex = "1"
3838
did-key = "0.1"
3939
serde = "1.0"

wasm/Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ name = "okapi_wasm"
1212
crate-type = ["cdylib", "rlib"]
1313

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

0 commit comments

Comments
 (0)