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 adler from 0.2.2 to 0.2.3 #27245

Merged
merged 1 commit into from Jul 14, 2020
Merged

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Jul 13, 2020

Bumps adler from 0.2.2 to 0.2.3.

Release notes

Sourced from adler's releases.

v0.2.3

  • Process 4 Bytes at a time, improving performance by up to 50% (#2).
Changelog

Sourced from adler's changelog.

0.2.3 - 2020-07-11

  • Process 4 Bytes at a time, improving performance by up to 50% (#2).
Commits
  • 052fb30 Release 0.2.3
  • b32d526 Update changelog
  • a875252 Move algorithm into its own module
  • 1aad4db Merge pull request #2 from NathanaelLane/master
  • d7f0da2 rustfmt import alphabetization
  • 6caed1f Remove all unsafe code and related infrastructure, thanks to insight from @ja...
  • 0cb41e6 various improvements:
  • 4bc0273 Improve performance for short input slices.
  • 082e3cd add alignment test and coerce intended alignment with repr ([u8; N] is by def...
  • b0b72f2 fix upstream rustfmt issues
  • Additional commits viewable 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 [adler](https://github.com/jonas-schievink/adler) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/jonas-schievink/adler/releases)
- [Changelog](https://github.com/jonas-schievink/adler/blob/master/CHANGELOG.md)
- [Commits](jonas-schievink/adler@v0.2.2...v0.2.3)

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

jdm commented Jul 13, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jul 13, 2020

📌 Commit 270ca7a has been approved by jdm

@highfive highfive assigned jdm and unassigned SimonSapin Jul 13, 2020
@bors-servo
Copy link
Contributor

bors-servo commented Jul 13, 2020

Testing commit 270ca7a with merge 7a9459a...

bors-servo added a commit that referenced this pull request Jul 13, 2020
build(deps): bump adler from 0.2.2 to 0.2.3

Bumps [adler](https://github.com/jonas-schievink/adler) from 0.2.2 to 0.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jonas-schievink/adler/releases">adler's releases</a>.</em></p>
<blockquote>
<h2>v0.2.3</h2>
<ul>
<li>Process 4 Bytes at a time, improving performance by up to 50% (<a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jonas-schievink/adler/blob/master/CHANGELOG.md">adler's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/jonas-schievink/adler/releases/tag/v0.2.3">0.2.3 - 2020-07-11</a></h2>
<ul>
<li>Process 4 Bytes at a time, improving performance by up to 50% (<a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jonas-schievink/adler/commit/052fb30a8663a976f5eac9c912c653910c064c4e"><code>052fb30</code></a> Release 0.2.3</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/b32d526574c0f744ca8b99ead0de6c09484bb094"><code>b32d526</code></a> Update changelog</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/a875252c946be57223c88b0cc1754bbfb68ac129"><code>a875252</code></a> Move algorithm into its own module</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/1aad4dbcd42a8fe204dcc1ff723b972814cdb4b3"><code>1aad4db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a> from NathanaelLane/master</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/d7f0da274315f36edf78c437f031a53cf49254b7"><code>d7f0da2</code></a> rustfmt import alphabetization</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/6caed1f1bd947238c032dab66961f5dfb57626cb"><code>6caed1f</code></a> Remove all unsafe code and related infrastructure, thanks to insight from <a href="https://github.com/ja">@ja</a>...</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/0cb41e6b8eeacff64e91ce593e0c2afbdc4e4bf1"><code>0cb41e6</code></a> various improvements:</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/4bc0273554e80cbbd48801b199e269179e8e7033"><code>4bc0273</code></a> Improve performance for short input slices.</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/082e3cd7dd0c09e4a3c7818926e6bbb1675b771d"><code>082e3cd</code></a> add alignment test and coerce intended alignment with repr ([u8; N] is by def...</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/b0b72f247b58555a17dd235baf645746205cf76e"><code>b0b72f2</code></a> fix upstream rustfmt issues</li>
<li>Additional commits viewable in <a href="https://github.com/jonas-schievink/adler/compare/v0.2.2...v0.2.3">compare view</a></li>
</ul>
</details>
<br />

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

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 Jul 13, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jul 13, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jul 13, 2020

Testing commit 270ca7a with merge 9cd1e6c...

bors-servo added a commit that referenced this pull request Jul 13, 2020
build(deps): bump adler from 0.2.2 to 0.2.3

Bumps [adler](https://github.com/jonas-schievink/adler) from 0.2.2 to 0.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jonas-schievink/adler/releases">adler's releases</a>.</em></p>
<blockquote>
<h2>v0.2.3</h2>
<ul>
<li>Process 4 Bytes at a time, improving performance by up to 50% (<a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jonas-schievink/adler/blob/master/CHANGELOG.md">adler's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/jonas-schievink/adler/releases/tag/v0.2.3">0.2.3 - 2020-07-11</a></h2>
<ul>
<li>Process 4 Bytes at a time, improving performance by up to 50% (<a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jonas-schievink/adler/commit/052fb30a8663a976f5eac9c912c653910c064c4e"><code>052fb30</code></a> Release 0.2.3</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/b32d526574c0f744ca8b99ead0de6c09484bb094"><code>b32d526</code></a> Update changelog</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/a875252c946be57223c88b0cc1754bbfb68ac129"><code>a875252</code></a> Move algorithm into its own module</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/1aad4dbcd42a8fe204dcc1ff723b972814cdb4b3"><code>1aad4db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jonas-schievink/adler/issues/2">#2</a> from NathanaelLane/master</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/d7f0da274315f36edf78c437f031a53cf49254b7"><code>d7f0da2</code></a> rustfmt import alphabetization</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/6caed1f1bd947238c032dab66961f5dfb57626cb"><code>6caed1f</code></a> Remove all unsafe code and related infrastructure, thanks to insight from <a href="https://github.com/ja">@ja</a>...</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/0cb41e6b8eeacff64e91ce593e0c2afbdc4e4bf1"><code>0cb41e6</code></a> various improvements:</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/4bc0273554e80cbbd48801b199e269179e8e7033"><code>4bc0273</code></a> Improve performance for short input slices.</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/082e3cd7dd0c09e4a3c7818926e6bbb1675b771d"><code>082e3cd</code></a> add alignment test and coerce intended alignment with repr ([u8; N] is by def...</li>
<li><a href="https://github.com/jonas-schievink/adler/commit/b0b72f247b58555a17dd235baf645746205cf76e"><code>b0b72f2</code></a> fix upstream rustfmt issues</li>
<li>Additional commits viewable in <a href="https://github.com/jonas-schievink/adler/compare/v0.2.2...v0.2.3">compare view</a></li>
</ul>
</details>
<br />

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

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 Jul 13, 2020

💔 Test failed - status-taskcluster

@CYBAI
Copy link
Collaborator

CYBAI commented Jul 14, 2020

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Jul 14, 2020

Testing commit 270ca7a with merge bc8cfe3...

@bors-servo
Copy link
Contributor

bors-servo commented Jul 14, 2020

☀️ Test successful - status-taskcluster
Approved by: jdm
Pushing bc8cfe3 to master...

@bors-servo bors-servo merged commit bc8cfe3 into master Jul 14, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo deleted the dependabot/cargo/adler-0.2.3 branch Jul 14, 2020
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

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