From 076a7cc33f12aa3414e6b6e833de489e78d6681b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:44:19 +0100 Subject: [PATCH] Bump wasm-bindgen from 0.2.94 to 0.2.95 in /client (#73) Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.94 to 0.2.95. - [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.94...0.2.95) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index e145671..b19f1d7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -20,7 +20,7 @@ hex2d = "1.1.0" itertools = "0.13.0" serde_json = "1.0.132" server = { path = "../server", version = "0.1.0" } -wasm-bindgen = "0.2.83" +wasm-bindgen = "0.2.95" wasm-bindgen-futures = "0.4.45" lazy_static = "1.4.0" log = "0.4.20"