Skip to content

Commit fe272a7

Browse files
committed
Update rust-wasm-bindgen monorepo
1 parent 04d2d5c commit fe272a7

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

Diff for: Cargo.lock

+21-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: web/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ lto = true
1818

1919
[dependencies]
2020
core = { path = "../core" }
21-
js-sys = "0.3.64"
22-
wasm-bindgen = "0.2.87"
21+
js-sys = "0.3.66"
22+
wasm-bindgen = "0.2.89"
2323
wee_alloc = { version = "0.4.5", optional = true }
2424
futures = "0.3.29"
25-
wasm-bindgen-futures = "0.4.37"
25+
wasm-bindgen-futures = "0.4.39"
2626

2727
[dependencies.web-sys]
28-
version = "0.3.64"
28+
version = "0.3.66"
2929

3030
[target."cfg(debug_assertions)".dependencies]
3131
console_error_panic_hook = "0.1.7"
3232

3333
[dev-dependencies]
34-
wasm-bindgen-test = "0.3.37"
34+
wasm-bindgen-test = "0.3.39"

0 commit comments

Comments
 (0)