From 730a5636c59ab08fd0409800c15e4413d9dbcdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:05:13 +0000 Subject: [PATCH] Bump web-sys from 0.3.64 to 0.3.65 Bumps [web-sys](/~https://github.com/rustwasm/wasm-bindgen) from 0.3.64 to 0.3.65. - [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 | 8 ++++---- src/core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d6ad58ce2..e9524cb7e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,9 +617,9 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "js-sys" -version = "0.3.64" +version = "0.3.65" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" +checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" dependencies = [ "wasm-bindgen", ] @@ -1454,9 +1454,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.64" +version = "0.3.65" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" +checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 64210ae6f8..3ffc25af59 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -79,7 +79,7 @@ version = "0.2.88" features = ["serde-serialize"] [target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dependencies.web-sys] -version = "0.3.64" +version = "0.3.65" features = ["console", "File"] [target.'cfg(all(target_arch = "wasm32"))'.dependencies.chrono]