rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
590 stars 74 forks source link

Update wasm-bindgen requirement from =0.2.19 to =0.2.43 #242

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on wasm-bindgen to permit the latest version.

Changelog *Sourced from [wasm-bindgen's changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md).* > ## 0.2.43 > > Released 2019-04-29. > > ### Added > > * Support for `isize` and `usize` arrays has been added. > [#1448](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1448) > > * Support customizing `dyn_ref` and friends via a new `is_type_of` attribute. > [#1405](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1405) > > * A new `skip` attribute to `#[wasm_bindgen]` has been added to skip fields and > methods when generating bindings. > [#1410](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1410) > > * More bindings have been added to `web-sys` for interfaces tagged with > `[NoInterfaceObject]` in WebIDL. These types always fail `dyn_ref` and friends > and must be manually casted into. > [#1449](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1449) > > * Added `Debug for JsFuture`. > [#1477](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1477) > > * Initial bindings for `Atomics` and `SharedArrayBuffer` have been added to > `js_sys`. > [#1463](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1463) > > * Bindings for `Object.fromEntries` has been added to `js_sys`. > [#1456](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1456) > > * Tuple structs exported to JS now have indexed struct properties. > [#1467](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1467) > > * Bindings for some variadic functions have been added to `js_sys`. > [#1492](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1492) > [#1490](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1490) > > ### Changed > > * Many `js-sys` types have received various tweaks and improvements to ensure > they're consistent and work similarly to native Rust types. > [#1447](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1447) > [#1444](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1444) > [#1473](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1473) > > * Dummy types in `js-sys` only used to namespace methods were removed and now > modules are used for namespacing instead. > [#1451](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1451) > > ... (truncated)
Commits - [`402e72e`](https://github.com/rustwasm/wasm-bindgen/commit/402e72ed39f6502830c7fe9466f1a02baa854986) Merge pull request [#1495](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1495) from alexcrichton/bump - [`f2429be`](https://github.com/rustwasm/wasm-bindgen/commit/f2429be07f109de4499e13f22e426d9954b49ad5) Bump to 0.2.43 - [`77d2c28`](https://github.com/rustwasm/wasm-bindgen/commit/77d2c2856e98182c45f7f7b874134821fbb2c6d6) Don't rustfmt web-sys bindings - [`103da22`](https://github.com/rustwasm/wasm-bindgen/commit/103da2269229141d871ffa0964707058642d3807) Merge pull request [#1494](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1494) from limira/patch-1 - [`60bb686`](https://github.com/rustwasm/wasm-bindgen/commit/60bb68649b360dfbe4cd689bd9d6c8df56bf325a) Merge pull request [#1490](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1490) from RReverser/deprecate-custom-try-from - [`9c7faef`](https://github.com/rustwasm/wasm-bindgen/commit/9c7faefed11d1a0af0ecb7d791eb66010d994314) update 'host bindings' -> 'web idl bindings' - [`36c0a13`](https://github.com/rustwasm/wasm-bindgen/commit/36c0a1347dfbd2c8a7428aa5bd6e5ff5b7ae461d) Merge pull request [#1492](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1492) from RReverser/function-new-with-args - [`4865b08`](https://github.com/rustwasm/wasm-bindgen/commit/4865b0851354b1c6e24692ee7dae5d64da8e1ae5) Merge pull request [#1491](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1491) from RReverser/more-variadic - [`814f576`](https://github.com/rustwasm/wasm-bindgen/commit/814f576b1dd3135a3a0e0284f629c93ba936cc0b) Add bindings for `new Function(args, body)` - [`85eea18`](https://github.com/rustwasm/wasm-bindgen/commit/85eea18658d9807073cf63d178416c923add22df) Adds missing variadic bindings for string methods - Additional commits viewable in [compare view](https://github.com/rustwasm/wasm-bindgen/compare/0.2.19...0.2.43)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #243.