From d8ba2a98d31fcb0f3ec0e1b9355281f3e37bbb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:47:49 +0000 Subject: [PATCH] Bump web-sys from 0.3.65 to 0.3.66 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66. - [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 | 4 ++-- Cargo.toml | 2 +- wgpu-core/Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 2 +- wgpu-types/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bdce4607f..aebac70029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4033,9 +4033,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.65" +version = "0.3.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" +checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 9d7813655c..52f02b4c8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.38" wasm-bindgen-test = "0.3" web-time = "0.2.3" -web-sys = "0.3.65" +web-sys = "0.3.66" # deno dependencies deno_console = "0.119.0" diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index ca9a2dbe08..ecfb315d27 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -99,7 +99,7 @@ version = "0.18.0" default_features = false [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies] -web-sys = { version = "0.3.65", features = [ +web-sys = { version = "0.3.66", features = [ "HtmlCanvasElement", "OffscreenCanvas", ] } diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 969b8d26a8..78c68390e5 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -152,7 +152,7 @@ core-graphics-types = "0.1" [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies] wasm-bindgen = "0.2.87" -web-sys = { version = "0.3.65", features = [ +web-sys = { version = "0.3.66", features = [ "Window", "HtmlCanvasElement", "WebGl2RenderingContext", diff --git a/wgpu-types/Cargo.toml b/wgpu-types/Cargo.toml index a19d4a13a4..d15ac26d83 100644 --- a/wgpu-types/Cargo.toml +++ b/wgpu-types/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1", features = ["serde_derive"], optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.66" -web-sys = { version = "0.3.65", features = [ +web-sys = { version = "0.3.66", features = [ "ImageBitmap", "HtmlVideoElement", "HtmlCanvasElement",