From 85380777c656817a4bc005ca8bd6628cc5d41b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:10:56 +0000 Subject: [PATCH] Bump web-sys from 0.3.72 to 0.3.74 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.74. - [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 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 679b041913..7c1d93d734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,9 +2034,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index c1e9cd57e4..fcf6bccd23 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -97,7 +97,7 @@ skip_feature_sets = [ [target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dependencies] js-sys = "0.3.74" -web-sys = { version = "0.3.72", features = ["console", "File", "FileReaderSync"] } +web-sys = { version = "0.3.74", features = ["console", "File", "FileReaderSync"] } wasm-bindgen = "0.2.89" getrandom = { version = "0.2", features = ["js"] }