diff --git a/Cargo.lock b/Cargo.lock index 30838fd47..612004d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5351,9 +5351,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index c2ee1c8bc..d879dbe77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/gosub_renderer/Cargo.toml b/crates/gosub_renderer/Cargo.toml index 880da4748..0dc2a51cf 100644 --- a/crates/gosub_renderer/Cargo.toml +++ b/crates/gosub_renderer/Cargo.toml @@ -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" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index cb77ba698..312e47d13 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -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" \ No newline at end of file