From 675126ad54b310faaf77852d756b2f259ee9923d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:03:22 +0000 Subject: [PATCH] chore(deps): bump web-sys from 0.3.68 to 0.3.69 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.68 to 0.3.69. - [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 ++-- clients/web/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a7428c77..f1a9b2226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6328,9 +6328,9 @@ checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" [[package]] name = "web-sys" -version = "0.3.68" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/clients/web/Cargo.toml b/clients/web/Cargo.toml index 23e04dfe4..9a55c51f9 100644 --- a/clients/web/Cargo.toml +++ b/clients/web/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.57" wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] }# serde for serialization from JsValue wasm-bindgen-futures = "0.4.42" wasm-logger = "0.2.0" -web-sys = { version = "0.3.68", features = ["Storage", "Window"] } +web-sys = { version = "0.3.69", features = ["Storage", "Window"] } # Needed to force rand 0.7 to load with wasm support rand07 = {package = "rand", version = "0.7", features = ["wasm-bindgen"]} diff --git a/core/Cargo.toml b/core/Cargo.toml index 1107fecb9..4db805d65 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -55,7 +55,7 @@ uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] } wasm-timer = "0.2.5" # web -web-sys = { version = "0.3.68", features = ["Storage"], optional = true } +web-sys = { version = "0.3.69", features = ["Storage"], optional = true } [target."cfg(target_arch = \"wasm32\")".dependencies] getrandom = "0.2.12"