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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
52a6735bf1
commit
c4f76f40c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue