From 5a4835ae4427f5c5e8c487adf13dc6d907a00e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:27:57 +0000 Subject: [PATCH] Bump web-sys from 0.3.69 to 0.3.70 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/gosub_renderer/Cargo.toml | 2 +- crates/gosub_shared/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e1b3ba94..4507c89a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -5336,9 +5336,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