Bump wasm-bindgen from 0.2.68 to 0.2.69 (#2044)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.68 to 0.2.69.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.68...0.2.69)

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:
dependabot[bot]
2020-12-01 13:18:30 +01:00
committed by GitHub
parent 9d961e2023
commit 36c11201cc
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
log = "0.4.11"
thiserror = "1.0.22"
structopt = { version = "0.3.21", optional = true }
wasm-bindgen = { version = "0.2.68", optional = true }
wasm-bindgen = { version = "0.2.69", optional = true }
wasm-bindgen-futures = { version = "0.4.18", optional = true }
service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true }