Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump png from 0.16.6 to 0.16.7 #27483

Closed
wants to merge 1 commit into from

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Aug 3, 2020

Bumps png from 0.16.6 to 0.16.7.

Changelog

Sourced from png's changelog.

0.16.7

  • Added Encoder::set_trns to register a transparency table to be written.
Commits
  • 8ca5eac Update release notes and meta data for 0.16.7
  • d8fcff5 Merge pull request #236 from cosmicchipsocket/save-trns-chunk
  • 4b29356 Add setter to encoder for tRNS chunk
  • f1cd9da Merge pull request #232 from HeroicKatora/release-0.16.6
  • See full diff in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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)
Bumps [png](https://github.com/image-rs/image-png) from 0.16.6 to 0.16.7.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.16.6...v0.16.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@nox
Copy link
Member

nox commented Aug 3, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Aug 3, 2020

📌 Commit 218e685 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Aug 3, 2020

Testing commit 218e685 with merge bb4bc9f...

bors-servo added a commit that referenced this pull request Aug 3, 2020
build(deps): bump png from 0.16.6 to 0.16.7

Bumps [png](https://github.com/image-rs/image-png) from 0.16.6 to 0.16.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/image-png/blob/master/CHANGES.md">png's changelog</a>.</em></p>
<blockquote>
<h2>0.16.7</h2>
<ul>
<li>Added <code>Encoder::set_trns</code> to register a transparency table to be written.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/image-rs/image-png/commit/8ca5eac6c8915d81ae72412844930ecd97921122"><code>8ca5eac</code></a> Update release notes and meta data for 0.16.7</li>
<li><a href="https://github.com/image-rs/image-png/commit/d8fcff55087d25be3215faec3521a6556c394a02"><code>d8fcff5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image-png/issues/236">#236</a> from cosmicchipsocket/save-trns-chunk</li>
<li><a href="https://github.com/image-rs/image-png/commit/4b29356c7f1276301056af819b52b330490105fb"><code>4b29356</code></a> Add setter to encoder for tRNS chunk</li>
<li><a href="https://github.com/image-rs/image-png/commit/f1cd9da61bbeee22d0a7863736a635e287dac4eb"><code>f1cd9da</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image-png/issues/232">#232</a> from HeroicKatora/release-0.16.6</li>
<li>See full diff in <a href="https://github.com/image-rs/image-png/compare/v0.16.6...v0.16.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=png&package-manager=cargo&previous-version=0.16.6&new-version=0.16.7)](https://dependabot.com/compatibility-score/?dependency-name=png&package-manager=cargo&previous-version=0.16.6&new-version=0.16.7)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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)

</details>
@bors-servo
Copy link
Contributor

bors-servo commented Aug 3, 2020

💔 Test failed - status-taskcluster

@dependabot-preview
Copy link
Contributor Author

dependabot-preview bot commented Aug 5, 2020

Looks like png is no longer updatable, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/png-0.16.7 branch Aug 5, 2020
@bors-servo
Copy link
Contributor

bors-servo commented Aug 5, 2020

The latest upstream changes (presumably #27500) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.