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
600 stars 74 forks source link

Update wasm-bindgen requirement from =0.2.47 to =0.2.48 #253

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.48 > > Released 2019-07-11. > > ### Added > > * All typed arrays now implement `From` for the corresponding Rust slice type, > providing a safe way to create an instance which copies the data. > [#1620](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1620) > > * `Function::bind{2,3,4}` are now available in `js-sys`. > [#1633](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1633) > > ### Changed > > * More WebGL methods have been updated to use shared slices instead of mutable > slices. > [#1639](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1639) > > * When using the `bundler` target the import of the wasm file now uses the > `.wasm` extension to ensure a wasm file is loaded. > [#1646](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1646) > > * The old internal `Stack` trait has been removed since it is no longer used. > [#1624](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1624) > > ### Fixed > > * The `js_sys::global()` accessor now attempts other strategies before falling > back to a `Function` constructor which can violate some strict CSP settings. > [#1650](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1649) > > * Dropping a `JsFuture` no longer logs a benign error to the console. > [#1649](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1649) > > * Fixed an assertion which could happen in some modules when generating > bindings. > [#1617](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1617) > > -------------------------------------------------------------------------------- > > ## 0.2.47 > > Released 2019-06-19. > > ### Changed > > * The `HtmlHyperlinkElement` should now include more native methods after a > small edit to the WebIDL. > [#1604](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1604) > ... (truncated)
Commits - [`a3ddd09`](https://github.com/rustwasm/wasm-bindgen/commit/a3ddd097eb5288597804d223c4bbf46027efdddf) Merge pull request [#1660](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1660) from alexcrichton/bump - [`5c97559`](https://github.com/rustwasm/wasm-bindgen/commit/5c975592be3a369d8ba3ae11e14627b706b27fc3) Merge pull request [#1657](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1657) from fitzgen/fix-dyn-warnings - [`e596ef5`](https://github.com/rustwasm/wasm-bindgen/commit/e596ef596ca884cf555ec4ce67e0481b91a029da) Bump to 0.2.48 - [`6252c7a`](https://github.com/rustwasm/wasm-bindgen/commit/6252c7ab78728abe9b479b8ec21a91250e7a36ed) Fix warnings about missing `dyn` on trait objects - [`c21c85a`](https://github.com/rustwasm/wasm-bindgen/commit/c21c85a7ff1dc58873661a7e38ad6c25f4df7f86) Merge pull request [#1655](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1655) from rustwasm/dependabot/cargo/weedle-0.10 - [`ce40388`](https://github.com/rustwasm/wasm-bindgen/commit/ce40388a7f0337d99ae718b5f85b76c64574c998) Update weedle requirement from 0.9 to 0.10 - [`d02e115`](https://github.com/rustwasm/wasm-bindgen/commit/d02e115fd4d384c9950ae509e7f9e05fa87b99c6) Merge pull request [#1650](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1650) from alexcrichton/less-csp - [`b64f5c0`](https://github.com/rustwasm/wasm-bindgen/commit/b64f5c0ad8beaca21227d6a217278ff64b09935d) Merge pull request [#1649](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1649) from alexcrichton/fix-futures - [`15cc4fb`](https://github.com/rustwasm/wasm-bindgen/commit/15cc4fbb0b3d5a8c8c64b3dc9f7bc851f5e2949f) Merge pull request [#1652](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1652) from fitzgen/fix-some-warnings - [`6cb659d`](https://github.com/rustwasm/wasm-bindgen/commit/6cb659d5aca8b7f79a63ef03a2329f21a9e0d8da) Fix warning about dead code when testing on non-wasm32 targets - Additional commits viewable in [compare view](https://github.com/rustwasm/wasm-bindgen/compare/0.2.47...0.2.48)


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). To ignore the version in this PR you can just close it - `@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.