From 2535062186da1e1c418766ff93d8939a3d8bc9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 16:16:18 +0000 Subject: [PATCH] Update wasm-bindgen requirement from =0.2.79 to =0.2.83 Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [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.79...0.2.83) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d75135..ff39e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ getrandom = { version = "0.2", features = ["js"] } # WASM wasm-bindgen-rayon = {version = "1.0.3", features = ["no-bundler"], optional = true} -wasm-bindgen = {version = "=0.2.79", optional = true} +wasm-bindgen = {version = "=0.2.83", optional = true} serde-wasm-bindgen = {version = "0.4", optional = true} web-sys = { version = "0.3", features = ['Performance'], optional = true }