From eafafdaadfdb86d5afa60993fe9f10c00478532d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:48:27 +0000 Subject: [PATCH] Bump wasm-bindgen from 0.2.78 to 0.2.80 Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.78 to 0.2.80. - [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/compare/0.2.78...0.2.80) --- updated-dependencies: - dependency-name: wasm-bindgen 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 68f89672..08c7ae88 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -14,7 +14,7 @@ gettext-utils = "0.1.0" lazy_static = "1.3" serde = "1.0" serde_json = "1.0" -wasm-bindgen = "0.2.70" +wasm-bindgen = "0.2.80" js-sys = "0.3.57" serde_derive = "1.0.123" console_error_panic_hook = "0.1.6"