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.46 #247

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.46 > > Released 2019-06-14. > > ### Added > > * Bindings for `Array#flat` and `Array#flatMap` have been added. > [#1573](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1573) > > * All `#[wasm_bindgen]` types now `AsRef` to themslves. > [#1583](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1583) > > * When using `--target web` the path passed to `init` is no longer required. > [#1579](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1579) > > ### Fixed > > * Some diagnostics related to compiler errors in `#[wasm_bindgen]` have been > improved. > [#1550](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1550) > > * The support for weak references has been updated to the current JS proposal. > [#1557](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1557) > > * Documentation and feature gating for web-sys dictionaries has improved. > [#1572](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1572) > > * Getter and setter TypeScript has been fixed. > [#1577](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1577) > > * The `env_logger` crate and its tree of dependencies is no longer required to > build `web-sys`. > [#1586](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1586) > > -------------------------------------------------------------------------------- > > ## 0.2.45 > > Released 2019-05-20. > > ### Fixed > > * Using `__wbindgen_cb_forget` on `--target web` has been fixed. > [#1544](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1544) > > ### Changed > > * More whitelists have been added for `web-sys` to use shared slices instead of > mutable slices. > [#1539](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1539) > ... (truncated)
Commits - [`9cac16f`](https://github.com/rustwasm/wasm-bindgen/commit/9cac16f2d60bb63e048df19e0e01b1a2b97b8cf1) Merge pull request [#1596](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1596) from alexcrichton/bump - [`8fc0a38`](https://github.com/rustwasm/wasm-bindgen/commit/8fc0a38402fb2d808fcc05bbaf562bbca9332006) Bump to 0.2.46 - [`83a3f5d`](https://github.com/rustwasm/wasm-bindgen/commit/83a3f5d44aaacf89f390790580cbeef038f19aaa) Run `cargo fmt --all` - [`3aa803c`](https://github.com/rustwasm/wasm-bindgen/commit/3aa803c55c41aec0158b46bd5bf6fd25fcf5e8bb) Merge pull request [#1380](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1380) from alexcrichton/rayon-example - [`eafc602`](https://github.com/rustwasm/wasm-bindgen/commit/eafc6024cc5d6a605e3da39176512819a2c948fd) Rewrite the parallel raytracing example with `rayon` - [`f027bb2`](https://github.com/rustwasm/wasm-bindgen/commit/f027bb2e093a3f83bf1d1c66a891947730b51095) Merge pull request [#1593](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1593) from vmx/patch-1 - [`5c79298`](https://github.com/rustwasm/wasm-bindgen/commit/5c79298dc90faaf9624e5179bff14fe287c878f6) guide: fix typo in rust-type-conversions.md - [`1c558fa`](https://github.com/rustwasm/wasm-bindgen/commit/1c558fac92072d460f24262b5a3643f287c1ab82) Merge pull request [#1592](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1592) from alexcrichton/explicit-self - [`80c75df`](https://github.com/rustwasm/wasm-bindgen/commit/80c75df166fac034f89ff86e5e7be8be4dcddd3e) Merge pull request [#1590](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1590) from alexcrichton/intrinsics - [`754328b`](https://github.com/rustwasm/wasm-bindgen/commit/754328bef2d15d09a9ebed66f7f4607d243a3264) Merge pull request [#1589](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1589) from alexcrichton/clamped - Additional commits viewable in [compare view](https://github.com/rustwasm/wasm-bindgen/compare/0.2.19...0.2.46)


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 #248.