From 37625ca6dfb96a2f6a917e75dc2b081617ef071f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:01:46 +0000 Subject: [PATCH] Update wasm-bindgen requirement from =0.2.81 to =0.2.82 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.81...0.2.82) --- 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 9b82337..8829c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ cbc = { version="0.1", features=["alloc"] } aes = "0.8" # wasm wasm-bindgen-rayon = {version = "1.0", features = ["no-bundler"], optional = true} -wasm-bindgen = {version = "=0.2.79", optional = true} +wasm-bindgen = {version = "=0.2.82", optional = true} # static_init = "1.0" web-sys = { version = "0.3", features = ['Performance'], optional = true } ed25519-dalek = {version = "1", features = ["serde"]}