Skip to content

Commit

Permalink
Bump web-sys from 0.3.69 to 0.3.70
Browse files Browse the repository at this point in the history
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.69 to 0.3.70.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: web-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 98453ff commit 5a4835a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ debug_parser_verbose = []


[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "0.3.69"
web-sys = "0.3.70"
js-sys = "0.3.70"
console_log = "1.0.0"
console_error_panic_hook = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ log = "0.4.22"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4.42"
web-sys = "0.3.55"
web-sys = "0.3.70"
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ encoding_rs = "0.8.34"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.70"
getrandom = { version = "0.2.15", features = ["js"] }
web-sys = { version = "0.3.69", features = ["Performance", "Window"] }
web-sys = { version = "0.3.70", features = ["Performance", "Window"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.20"

0 comments on commit 5a4835a

Please sign in to comment.