Skip to content

Commit

Permalink
Bump the patch-updates group with 12 updates (#5061)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 7774f31 commit c5a0b0b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 59 deletions.
88 changes: 38 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pico-args = { version = "0.5.0", features = [
"short-space-opt",
"combined-flags",
] }
png = "0.17.10"
png = "0.17.11"
pollster = "0.3"
profiling = { version = "1", default-features = false }
raw-window-handle = "0.6"
Expand Down Expand Up @@ -156,11 +156,11 @@ glutin = "0.29.1"
# wasm32 dependencies
console_error_panic_hook = "0.1.7"
console_log = "1"
js-sys = "0.3.66"
js-sys = "0.3.67"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.39"
wasm-bindgen-futures = "0.4.40"
wasm-bindgen-test = "0.3"
web-sys = "0.3.66"
web-sys = "0.3.67"
web-time = "0.2.4"

# deno dependencies
Expand Down
2 changes: 1 addition & 1 deletion wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ version = "0.18.0"
default_features = false

[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
web-sys = { version = "0.3.66", features = [
web-sys = { version = "0.3.67", features = [
"HtmlCanvasElement",
"OffscreenCanvas",
] }
Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ 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.66", features = [
web-sys = { version = "0.3.67", features = [
"Window",
"HtmlCanvasElement",
"WebGl2RenderingContext",
"OffscreenCanvas",
] }
js-sys = "0.3.66"
js-sys = "0.3.67"

[target.'cfg(unix)'.dependencies]
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions wgpu-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ bitflags = "2"
serde = { version = "1", features = ["serde_derive"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.66"
web-sys = { version = "0.3.66", features = [
js-sys = "0.3.67"
web-sys = { version = "0.3.67", features = [
"ImageBitmap",
"HtmlVideoElement",
"HtmlCanvasElement",
Expand Down

0 comments on commit c5a0b0b

Please sign in to comment.