Skip to content

Commit e574820

Browse files
fix(deps): update rust-wasm-bindgen monorepo
1 parent a58b58c commit e574820

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

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

package/origlang-interop/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ license = "MIT"
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
wasm-bindgen = "0.2.87"
13+
wasm-bindgen = "0.2.88"
1414
origlang-compiler = { path = "../origlang-compiler" }
1515
origlang-runtime = { path = "../origlang-runtime" }
1616
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
1717
origlang-ir-optimizer = { path = "../origlang-ir-optimizer" }
1818
origlang-ir = { path = "../origlang-ir" }
19-
js-sys = "0.3.64"
19+
js-sys = "0.3.65"
2020
console_error_panic_hook = "0.1.7"
21-
web-sys = { version = "0.3.64", features = ["console"] }
21+
web-sys = { version = "0.3.65", features = ["console"] }
2222
thiserror = "1.0.50"

0 commit comments

Comments
 (0)