From c4f76f40c6d19cac210db27b81fb5cacd61cb35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 23:09:21 -0700 Subject: [PATCH] chore(deps): bump wasm-bindgen from 0.2.79 to 0.2.80 (#1121) Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.79 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.79...0.2.80) --- 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> --- examples/ethers-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index 3679ba79..5f5a80b3 100644 --- a/examples/ethers-wasm/Cargo.toml +++ b/examples/ethers-wasm/Cargo.toml @@ -23,7 +23,7 @@ ethers = { path = "../..", features = ["abigen", "legacy", "ws"] } serde_derive = "1.0.126" wasm-bindgen-futures = "0.4.30" serde_json = "1.0.64" -wasm-bindgen = { version = "0.2.79", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.80", features = ["serde-serialize"] } # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires