From 16d3279d72b6c601b5fed260ed15b489e0d8b973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:48:20 +0000 Subject: [PATCH] Bump js-sys from 0.3.55 to 0.3.57 Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.55 to 0.3.57. - [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: js-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plume-front/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index e4dac93a..68f89672 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.3" serde = "1.0" serde_json = "1.0" wasm-bindgen = "0.2.70" -js-sys = "0.3.47" +js-sys = "0.3.57" serde_derive = "1.0.123" console_error_panic_hook = "0.1.6"