Skip to content

Commit 4bcd557

Browse files
committed
Bump wasm-bindgen
1 parent 5542131 commit 4bcd557

File tree

2 files changed

+70
-36
lines changed

2 files changed

+70
-36
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ mime = "0.3"
2727
utoipa = { version = "5.4.0", optional = true }
2828

2929
[target.'cfg(target_arch = "wasm32")'.dependencies]
30-
wasm-bindgen = "0.2.100"
30+
wasm-bindgen = "0.2.106"
3131
serde-wasm-bindgen = "0.6.5"
32-
js-sys = "0.3.77"
33-
web-sys = "0.3.77"
32+
js-sys = "0.3.83"
33+
web-sys = "0.3.83"
3434

3535
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
36-
wasm-bindgen-test = "0.3.50"
36+
wasm-bindgen-test = "0.3.56"
3737

3838
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3939
pubky = "0.5.4"

0 commit comments

Comments
 (0)