From 62e09928aadde638fbed090be3a52ed3b0c0c90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:37:44 +0000 Subject: [PATCH] Bump web-sys from 0.3.66 to 0.3.67 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.66 to 0.3.67. - [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 65f57363e1..0e17ee6fbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,9 +1846,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.66" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" +checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index ad26625c3c..01a8a03734 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -92,7 +92,7 @@ version = "0.2.90" features = ["serde-serialize"] [target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dependencies.web-sys] -version = "0.3.66" +version = "0.3.67" features = ["console", "File"] [target.'cfg(all(target_arch = "wasm32"))'.dependencies.chrono]