From 84799898ba6c97fa9073361121fda914e91d3c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:48:38 +0000 Subject: [PATCH] Bump web-sys from 0.3.72 to 0.3.73 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.73. - [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 ++-- wgpu-testbed-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d50353..74f2d21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "476364ff87d0ae6bfb661053a9104ab312542658c3d8f963b7ace80b6f9b26b9" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index afd6ebf..436b356 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -25,7 +25,7 @@ tobj = { version = "4.0.2", features = ["async"] } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2" js-sys = "0.3.73" -web-sys = { version = "0.3.72", features = ["Response"] } +web-sys = { version = "0.3.73", features = ["Response"] } console_error_panic_hook = "0.1.6" wasm-bindgen-futures = "0.4.45" # Fixes getrandom, used by tobj, requiring the js feature for wasm32-unkown-unknown targets