From 68a107944b47141bf9fc3dd431f7526251997d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:19:15 +0000 Subject: [PATCH] Bump web-sys from 0.3.67 to 0.3.68 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.67 to 0.3.68. - [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 7b70b4c703..d164a64cb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1836,9 +1836,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.67" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" +checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index afaa9d3656..356797649a 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -92,7 +92,7 @@ version = "0.2.89" features = ["serde-serialize"] [target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dependencies.web-sys] -version = "0.3.67" +version = "0.3.68" features = ["console", "File"] [target.'cfg(all(target_arch = "wasm32"))'.dependencies.chrono]