Skip to content

Commit 723b8ba

Browse files
Bump web-sys from 0.3.65 to 0.3.66 (#4800)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0f83dc commit 723b8ba

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ wasm-bindgen = "0.2.87"
162162
wasm-bindgen-futures = "0.4.38"
163163
wasm-bindgen-test = "0.3"
164164
web-time = "0.2.3"
165-
web-sys = "0.3.65"
165+
web-sys = "0.3.66"
166166

167167
# deno dependencies
168168
deno_console = "0.119.0"

wgpu-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ version = "0.18.0"
9999
default_features = false
100100

101101
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
102-
web-sys = { version = "0.3.65", features = [
102+
web-sys = { version = "0.3.66", features = [
103103
"HtmlCanvasElement",
104104
"OffscreenCanvas",
105105
] }

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ core-graphics-types = "0.1"
152152

153153
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
154154
wasm-bindgen = "0.2.87"
155-
web-sys = { version = "0.3.65", features = [
155+
web-sys = { version = "0.3.66", features = [
156156
"Window",
157157
"HtmlCanvasElement",
158158
"WebGl2RenderingContext",

wgpu-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = { version = "1", features = ["serde_derive"], optional = true }
3939

4040
[target.'cfg(target_arch = "wasm32")'.dependencies]
4141
js-sys = "0.3.66"
42-
web-sys = { version = "0.3.65", features = [
42+
web-sys = { version = "0.3.66", features = [
4343
"ImageBitmap",
4444
"HtmlVideoElement",
4545
"HtmlCanvasElement",

0 commit comments

Comments
 (0)