Skip to content

Commit e78e9dd

Browse files
Bump js-sys from 0.3.64 to 0.3.65 (#4622)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bf3e61 commit e78e9dd

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ glutin = "0.29.1"
156156
# wasm32 dependencies
157157
console_error_panic_hook = "0.1.7"
158158
console_log = "1"
159-
js-sys = "0.3.64"
159+
js-sys = "0.3.65"
160160
wasm-bindgen = "0.2.87"
161161
wasm-bindgen-futures = "0.4.34"
162162
wasm-bindgen-test = "0.3"

wgpu-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ web-sys = { version = "0.3.64", features = [
158158
"WebGl2RenderingContext",
159159
"OffscreenCanvas",
160160
] }
161-
js-sys = "0.3.64"
161+
js-sys = "0.3.65"
162162

163163
[target.'cfg(unix)'.dependencies]
164164
libc = "0.2"

wgpu-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bitflags = "2"
3838
serde = { version = "1", features = ["serde_derive"], optional = true }
3939

4040
[target.'cfg(target_arch = "wasm32")'.dependencies]
41-
js-sys = "0.3.64"
41+
js-sys = "0.3.65"
4242
web-sys = { version = "0.3.64", features = [
4343
"ImageBitmap",
4444
"HtmlVideoElement",

0 commit comments

Comments
 (0)