Skip to content

Commit 448a7b4

Browse files
committed
deps: update to wasm-bindgen@0.2.109
1 parent 5f06bb0 commit 448a7b4

3 files changed

Lines changed: 78 additions & 64 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ serde-wasm-bindgen = "0.6.5"
3333
syn = "2.0.17"
3434
proc-macro2 = "1.0.60"
3535
quote = "1.0.28"
36-
wasm-bindgen = { version = "0.2.108" }
37-
wasm-bindgen-cli-support = { version = "0.2.108" }
38-
wasm-bindgen-futures = { version = "0.4.58" }
39-
wasm-bindgen-macro-support = { version = "0.2.108" }
40-
wasm-bindgen-shared = { version = "0.2.108" }
41-
wasm-bindgen-test = { version = "0.3.48" }
36+
wasm-bindgen = { version = "0.2.109" }
37+
wasm-bindgen-cli-support = { version = "0.2.109" }
38+
wasm-bindgen-futures = { version = "0.4.59" }
39+
wasm-bindgen-macro-support = { version = "0.2.109" }
40+
wasm-bindgen-shared = { version = "0.2.109" }
41+
wasm-bindgen-test = { version = "0.3.49" }
4242
wasm-streams = { version = "0.5.0" }
4343
web-sys = { version = "0.3.85", features = [
4444
"AbortController",
@@ -101,11 +101,11 @@ opt-level = "z"
101101
# These are local patches we use to test against local wasm bindgen
102102
# We always align on the exact stable wasm bindgen version for releases
103103
[patch.crates-io]
104-
js-sys = { version = "0.3.85", path = './wasm-bindgen/crates/js-sys' }
105-
wasm-bindgen = { version = "0.2.108", path = './wasm-bindgen' }
106-
wasm-bindgen-cli-support = { version = "0.2.108", path = "./wasm-bindgen/crates/cli-support" }
104+
js-sys = { version = "0.3.86", path = './wasm-bindgen/crates/js-sys' }
105+
wasm-bindgen = { version = "0.2.109", path = './wasm-bindgen' }
106+
wasm-bindgen-cli-support = { version = "0.2.109", path = "./wasm-bindgen/crates/cli-support" }
107107
wasm-bindgen-futures = { version = "0.4.57", path = './wasm-bindgen/crates/futures' }
108-
wasm-bindgen-macro-support = { version = "0.2.108", path = "./wasm-bindgen/crates/macro-support" }
109-
wasm-bindgen-shared = { version = "0.2.108", path = "./wasm-bindgen/crates/shared" }
110-
wasm-bindgen-test = { version = "0.3.58", path = "./wasm-bindgen/crates/test" }
111-
web-sys = { version = "0.3.85", path = './wasm-bindgen/crates/web-sys' }
108+
wasm-bindgen-macro-support = { version = "0.2.109", path = "./wasm-bindgen/crates/macro-support" }
109+
wasm-bindgen-shared = { version = "0.2.109", path = "./wasm-bindgen/crates/shared" }
110+
wasm-bindgen-test = { version = "0.3.59", path = "./wasm-bindgen/crates/test" }
111+
web-sys = { version = "0.3.86", path = './wasm-bindgen/crates/web-sys' }

wasm-bindgen

Submodule wasm-bindgen updated 739 files

0 commit comments

Comments
 (0)