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 httparse from 1.3.2 to 1.3.4 #26814

Merged
merged 1 commit into from Jun 17, 2020

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Jun 8, 2020

Bumps httparse from 1.3.2 to 1.3.4.

Release notes

Sourced from httparse's releases.

v1.3.4

  • FIX: Allow backslash (\) characters when parsing request-target.

v1.3.3

  • FIX: Allow {|}^` characters when parsing request-target.
  • FIX: Strip trailing whitespace from header values.
  • PERF: Improve selection of AVX2 and SSE4.2 features if both are available.
Commits

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)
@jdm
Copy link
Member

jdm commented Jun 8, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 8, 2020

📌 Commit 303ce3c has been approved by jdm

@highfive highfive assigned jdm and unassigned asajeffrey Jun 8, 2020
@bors-servo
Copy link
Contributor

bors-servo commented Jun 8, 2020

Testing commit 303ce3c with merge 161455d...

bors-servo added a commit that referenced this pull request Jun 8, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<ul>
<li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li>
</ul>
<h2>v1.3.3</h2>
<ul>
<li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li>
<li><strong>FIX</strong>: Strip trailing whitespace from header values.</li>
<li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li>
</ul>
</details>
<br />

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

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 Jun 8, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 8, 2020

  ▶ Unexpected subtest result in /cors/origin.htm:
  └ PASS [expected FAIL] Allow origin: _*__
  ▶ Unexpected subtest result in /cors/origin.htm:
  └ PASS [expected FAIL] Allow origin: _http://web-platform.test:8000___[tab]_
  ▶ Unexpected subtest result in /cors/remote-origin.htm:
  └ PASS [expected FAIL] Allow origin: _*__
  ▶ Unexpected subtest result in /cors/remote-origin.htm:
  └ PASS [expected FAIL] Allow origin: _http://www1.web-platform.test:8000___[tab]_

Cool.

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.3.2...v1.3.4)

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

jdm commented Jun 17, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: #26950
@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

📌 Commit 303ce3c has been approved by jdm

@jdm jdm force-pushed the dependabot/cargo/httparse-1.3.4 branch from 303ce3c to 608f8eb Jun 17, 2020
@jdm
Copy link
Member

jdm commented Jun 17, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

📌 Commit 608f8eb has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

Testing commit 608f8eb with merge 3f2ef92...

bors-servo added a commit that referenced this pull request Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<ul>
<li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li>
</ul>
<h2>v1.3.3</h2>
<ul>
<li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li>
<li><strong>FIX</strong>: Strip trailing whitespace from header values.</li>
<li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li>
</ul>
</details>
<br />

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

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 Jun 17, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 17, 2020

bors-servo added a commit that referenced this pull request Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<ul>
<li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li>
</ul>
<h2>v1.3.3</h2>
<ul>
<li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li>
<li><strong>FIX</strong>: Strip trailing whitespace from header values.</li>
<li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li>
</ul>
</details>
<br />

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

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 Jun 17, 2020

Testing commit 608f8eb with merge 5b57c7b...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 17, 2020

bors-servo added a commit that referenced this pull request Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<ul>
<li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li>
</ul>
<h2>v1.3.3</h2>
<ul>
<li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li>
<li><strong>FIX</strong>: Strip trailing whitespace from header values.</li>
<li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li>
<li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li>
</ul>
</details>
<br />

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

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 Jun 17, 2020

Testing commit 608f8eb with merge f4e4215...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 17, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

Testing commit 608f8eb with merge 5b88980...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 17, 2020

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

@bors-servo bors-servo merged commit 5b88980 into master Jun 17, 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/httparse-1.3.4 branch Jun 17, 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

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