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 png requirement from ^0.14 to ^0.15 in /examples #255

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on png to permit the latest version.

Commits - [`1dc53c0`](https://github.com/image-rs/image-png/commit/1dc53c0f6a541ed66e28a594b953f994b63f3e41) Merge pull request [#155](https://github-redirect.dependabot.com/image-rs/image-png/issues/155) from HeroicKatora/release-0.15 - [`9e08a72`](https://github.com/image-rs/image-png/commit/9e08a72dd4df735a1ab88fa5891cf12b3c3687a4) Update the readme to not undersell the crate less - [`1ab59d0`](https://github.com/image-rs/image-png/commit/1ab59d0cd999b18cf2c04990fcdb11c63e3d3838) Merge pull request [#142](https://github-redirect.dependabot.com/image-rs/image-png/issues/142) from abonander/issue-140 - [`c511114`](https://github.com/image-rs/image-png/commit/c5111146d1d2743db72bc3a795bfeae76d4a3471) remove use of num-iter - [`940292e`](https://github.com/image-rs/image-png/commit/940292ebcf4d7eafcd947c80a696da9787b339c9) fix tests - [`e259846`](https://github.com/image-rs/image-png/commit/e25984636530c6d56f6ad0266a60346cddf65836) fix deinterlacing for IDENTITY with bpp < 8 - [`ff81cae`](https://github.com/image-rs/image-png/commit/ff81caee2a9bdecc12be09cfbdd6ba37d2d98d14) WIP check_testimages with identity - [`0195076`](https://github.com/image-rs/image-png/commit/0195076eacdf8af9592b183e288e435ea51d4b11) fix check_testimages - [`ff7eb74`](https://github.com/image-rs/image-png/commit/ff7eb749505b10860dd93c5f66b4f29081ed3ee8) WIP reimplement `expand_pass()` using iterators, add an image test for IDENTITY - [`b25b5f3`](https://github.com/image-rs/image-png/commit/b25b5f3ec938db037df7681528969d00351ae9f9) add failed path to CRC check - Additional commits viewable in [compare view](https://github.com/image-rs/image-png/compare/v0.14.1...v0.15.0)


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.