chore(deps): bump wasm-bindgen-futures from 0.4.31 to 0.4.32 (#1512)
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.31 to 0.4.32. - [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/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures 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
1ea5b4ec08
commit
da12182f65
|
@ -4317,9 +4317,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-futures"
|
name = "wasm-bindgen-futures"
|
||||||
version = "0.4.31"
|
version = "0.4.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
|
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
|
|
@ -21,7 +21,7 @@ default = ["console_error_panic_hook"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ethers = { path = "../..", version = "0.13.0", features = ["abigen", "legacy", "ws"] }
|
ethers = { path = "../..", version = "0.13.0", features = ["abigen", "legacy", "ws"] }
|
||||||
serde_derive = "1.0.137"
|
serde_derive = "1.0.137"
|
||||||
wasm-bindgen-futures = "0.4.31"
|
wasm-bindgen-futures = "0.4.32"
|
||||||
serde_json = "1.0.64"
|
serde_json = "1.0.64"
|
||||||
wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }
|
wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue