-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 315ec58
authored
chore(deps): Bump tower-http from 0.4.0 to 0.4.1 (#17711)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.0 to
0.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tower-rs/tower-http/releases">tower-http's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.1</h2>
<h2>Added</h2>
<ul>
<li><strong>request_id:</strong> Derive <code>Default</code> for
<code>MakeRequestUuid</code> (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/335">#335</a>)</li>
<li><strong>fs:</strong> Derive <code>Default</code> for
<code>ServeFileSystemResponseBody</code> (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/336">#336</a>)</li>
<li><strong>compression:</strong> Expose compression quality on the
CompressionLayer (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/333">#333</a>)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li><strong>compression:</strong> Improve parsing of
<code>Accept-Encoding</code> request header (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/220">#220</a>)</li>
<li><strong>normalize_path:</strong> Fix path normalization of index
route (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/347">#347</a>)</li>
<li><strong>decompression:</strong> Enable <code>multiple_members</code>
for <code>GzipDecoder</code> (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/354">#354</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tower-rs/tower-http/issues/347">#347</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/347">tower-rs/tower-http#347</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/333">#333</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/333">tower-rs/tower-http#333</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/220">#220</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/220">tower-rs/tower-http#220</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/335">#335</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/335">tower-rs/tower-http#335</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/336">#336</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/336">tower-rs/tower-http#336</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/354">#354</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/354">tower-rs/tower-http#354</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tower-rs/tower-http/commit/f9aa1aea541f2ebc98a9d320767dc7b680045bd7"><code>f9aa1ae</code></a>
Release 0.4.1 (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/377">#377</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/f22c3abdd85fd59618129f9f184313651140f5ef"><code>f22c3ab</code></a>
Update deny config (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/375">#375</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/d22f20075dfca7aee57dbc5133a572354fabda01"><code>d22f200</code></a>
Parse accept header with quotes (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/338">#338</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/8f028480de5790eae6380b72e5257a0879a9eca0"><code>8f02848</code></a>
docs: fix broken links (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/361">#361</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/92d19549708f5574050a3afac7bd99c5c0807a41"><code>92d1954</code></a>
Enable <code>multiple_members</code> for <code>GzipDecoder</code> (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/354">#354</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/4788a4431aa8367b147934532e5e6ec5a32f0a89"><code>4788a44</code></a>
Fix path normalization of index route (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/347">#347</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/9bb6d6274c7707abcc4dd9d7026807d381c045ba"><code>9bb6d62</code></a>
Add cargo-public-api-crates to CI (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/349">#349</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/4ebe8110d9f083730126b39407ce882fd428b000"><code>4ebe811</code></a>
Expose compression quality on the CompressionLayer (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/333">#333</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/e118de5f36b70c98e0acb4ed29f8f4617699d346"><code>e118de5</code></a>
Update to bitflags 2 (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/341">#341</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/65e4dc3c83a0b70bc71c361f6753c1e5b8d9f2a2"><code>65e4dc3</code></a>
changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/tower-rs/tower-http/compare/tower-http-0.4.0...tower-http-0.4.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0c9ad83 commit 315ec58Copy full SHA for 315ec58
2 files changed
+38
-32
lines changed+37-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
|
0 commit comments