diff --git a/Cargo.lock b/Cargo.lock index 6bdce4607ff..aebac700292 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 9d7813655ca..52f02b4c8d0 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 ca9a2dbe080..ecfb315d273 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 969b8d26a84..78c68390e5e 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 a19d4a13a46..d15ac26d838 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",