Skip to content

Commit

Permalink
Update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 31, 2024
1 parent 98286e0 commit a8ba961
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ lto = true

[dependencies]
core = { path = "../core" }
js-sys = "0.3.67"
wasm-bindgen = "0.2.90"
js-sys = "0.3.69"
wasm-bindgen = "0.2.92"
wee_alloc = { version = "0.4.5", optional = true }
futures = "0.3.30"
wasm-bindgen-futures = "0.4.40"
wasm-bindgen-futures = "0.4.42"

[dependencies.web-sys]
version = "0.3.67"
version = "0.3.69"

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

[dev-dependencies]
wasm-bindgen-test = "0.3.40"
wasm-bindgen-test = "0.3.42"

0 comments on commit a8ba961

Please sign in to comment.