Skip to content

Commit

Permalink
Merge pull request #581 from gosub-io/dependabot/cargo/js-sys-0.3.70
Browse files Browse the repository at this point in the history
Bump js-sys from 0.3.69 to 0.3.70
  • Loading branch information
Sharktheone authored Sep 2, 2024
2 parents d0b5347 + d718666 commit 790f4ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -67,7 +67,7 @@ debug_parser_verbose = []

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "0.3.69"
js-sys = "0.3.69"
js-sys = "0.3.70"
console_log = "1.0.0"
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.93"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ encoding_rs = "0.8.34"


[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.69"
js-sys = "0.3.70"
getrandom = { version = "0.2.15", features = ["js"] }
web-sys = { version = "0.3.69", features = ["Performance", "Window"] }

Expand Down

0 comments on commit 790f4ff

Please sign in to comment.