From 497359c6d32a2d3d23bbb28f81a9e042b6da4128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:47:35 +0200 Subject: [PATCH] chore(deps): bump wasm-bindgen from 0.2.78 to 0.2.79 (#818) Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.78 to 0.2.79. - [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.79) --- 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 00cf25a5..75164f30 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.29" serde_json = "1.0.64" -wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.79", 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