Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit a208da1

Browse files
Bump wasm-bindgen-test from 0.3.12 to 0.3.17 (paritytech#7567)
* Bump wasm-bindgen-test from 0.3.12 to 0.3.17 Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.12 to 0.3.17. - [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/commits) Signed-off-by: dependabot[bot] <[email protected]> * Update wasm-bindgen pin to 0.2.68 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Krieger <[email protected]>
1 parent faad534 commit a208da1

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/browser-testing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ libp2p = { version = "0.30.1", default-features = false }
1212
jsonrpc-core = "15.0.0"
1313
serde = "1.0.106"
1414
serde_json = "1.0.48"
15-
wasm-bindgen = { version = "=0.2.67", features = ["serde-serialize"] }
15+
wasm-bindgen = { version = "=0.2.68", features = ["serde-serialize"] }
1616
wasm-bindgen-futures = "0.4.10"
17-
wasm-bindgen-test = "0.3.10"
17+
wasm-bindgen-test = "0.3.17"
1818
futures = "0.3.4"
1919

2020
node-cli = { path = "../cli", default-features = false, features = ["browser"] , version = "2.0.0"}

0 commit comments

Comments
 (0)