forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ef2ece9
authored
Auto merge of servo#28953 - servo:dependabot/cargo/http-0.2.8, r=jdm
Bump http from 0.2.6 to 0.2.8
Bumps [http](https://github.com/hyperium/http) from 0.2.6 to 0.2.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/releases">http's releases</a>.</em></p>
<blockquote>
<h2>v0.2.8</h2>
<h2>Fixes</h2>
<ul>
<li>Fix internal usage of uninitialized memory to use <code>MaybeUninit</code> inside <code>HeaderName</code>.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/LucioFranco"><code>@LucioFranco</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/550">hyperium/http#550</a></li>
<li><a href="https://github.com/nnethercote"><code>@nnethercote</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/553">hyperium/http#553</a></li>
</ul>
<h2>v0.2.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>extend()</code> method to <code>Extensions</code>.</li>
<li>Add <code>From<Authority></code> and <code>From<PathAndQuery></code> impls for <code>Uri</code>.</li>
<li>Make <code>HeaderName::from_static</code> a <code>const fn</code>.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ivd-git"><code>@ivd-git</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/545">hyperium/http#545</a></li>
<li><a href="https://github.com/jeddenlea"><code>@jeddenlea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/499">hyperium/http#499</a></li>
<li><a href="https://github.com/atouchet"><code>@atouchet</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/547">hyperium/http#547</a></li>
<li><a href="https://github.com/jplatte"><code>@jplatte</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/546">hyperium/http#546</a></li>
<li><a href="https://github.com/graves501"><code>@graves501</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/532">hyperium/http#532</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/blob/master/CHANGELOG.md">http's changelog</a>.</em></p>
<blockquote>
<h1>0.2.8 (June 6, 2022)</h1>
<ul>
<li>Fix internal usage of uninitialized memory to use <code>MaybeUninit</code> inside <code>HeaderName</code>.</li>
</ul>
<h1>0.2.7 (April 28, 2022)</h1>
<ul>
<li>MSRV bumped to <code>1.49</code>.</li>
<li>Add <code>extend()</code> method to <code>Extensions</code>.</li>
<li>Add <code>From<Authority></code> and <code>From<PathAndQuery></code> impls for <code>Uri</code>.</li>
<li>Make <code>HeaderName::from_static</code> a <code>const fn</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hyperium/http/commit/d46b71e7646361a9bcc08ba20b1cb88084da810d"><code>d46b71e</code></a> v0.2.8</li>
<li><a href="https://github.com/hyperium/http/commit/5b2719acccada786eaa643a18a508250aeb98a6f"><code>5b2719a</code></a> Convert header::name to use MaybeUninit (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/555">#555</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/fecfdfb92f210ec0c27df04f06f5eb65adcffdef"><code>fecfdfb</code></a> Fix <code>doc(hidden)</code> errors. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/553">#553</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/9f68ed77123a4838305fe6344f52e13545bc77b2"><code>9f68ed7</code></a> Update changelog to include msrv (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/550">#550</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/95ad79b2712973376ba2ff66930c9e2a0cfba8b2"><code>95ad79b</code></a> v0.2.7</li>
<li><a href="https://github.com/hyperium/http/commit/c1f309e0c3695f8e14e1b54c738681783d4c7b9e"><code>c1f309e</code></a> From impls of PathAndQuery and Authority for Uri (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/538">#538</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/bd30ce0b1c98a3189d370a3fd7b34d4ecbd589d9"><code>bd30ce0</code></a> style: fix typo in code comment (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/532">#532</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/d82aa298139425e7bd8b89d318124b2eba5053cc"><code>d82aa29</code></a> readme: update some links (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/548">#548</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/f4cff037897f1a94c8b4c571401b93dfe01a0c6f"><code>f4cff03</code></a> Add Extensions::extend (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/546">#546</a>)</li>
<li><a href="https://github.com/hyperium/http/commit/4fb67bcee13dbdef82a65d20e6301fa733453392"><code>4fb67bc</code></a> Use SPDX license format (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/547">#547</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hyperium/http/compare/v0.2.6...v0.2.8">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>Expand file treeCollapse file tree
1 file changed
+2
-2
lines changed+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments