From 4e5002f708b134bff6c45d156612339e1211303e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:01:47 +0000 Subject: [PATCH] Bump web-sys from 0.3.72 to 0.3.76 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.76. - [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 ++-- s2s_web/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ad957a..5a90a6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,9 +477,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/s2s_web/Cargo.toml b/s2s_web/Cargo.toml index e85e09f..f8affc3 100644 --- a/s2s_web/Cargo.toml +++ b/s2s_web/Cargo.toml @@ -15,7 +15,7 @@ default = ["console_error_panic_hook"] wasm-bindgen = "0.2.99" console_error_panic_hook = { version = "0.1.7", optional = true } js-sys = "0.3.76" -web-sys = { version = "0.3.72", features = ["File", "FileReader", "FileReaderSync"] } +web-sys = { version = "0.3.76", features = ["File", "FileReader", "FileReaderSync"] } s2s_core = { path = "../s2s_core" } [dev-dependencies]