Update wasm-bindgen-test requirement from =0.2.19 to =0.2.42

Updates the requirements on [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) to permit the latest version.
- [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.19...0.2.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
diff --git a/crates/core_arch/Cargo.toml b/crates/core_arch/Cargo.toml
index a1ac0ed..43eacd7 100644
--- a/crates/core_arch/Cargo.toml
+++ b/crates/core_arch/Cargo.toml
@@ -29,7 +29,7 @@
 std_detect = { version = "0.*", path = "../std_detect" }
 
 [target.wasm32-unknown-unknown.dev-dependencies]
-wasm-bindgen-test = "=0.2.19"
+wasm-bindgen-test = "=0.2.42"
 
 [package.metadata.docs.rs]
 rustdoc-args = [ "--cfg", "dox" ]
\ No newline at end of file