Skip to content

Commit

Permalink
chore(deps): update tower-http requirement from 0.5.2 to 0.6.0 (#97)
Browse files Browse the repository at this point in the history
Updates the requirements on
[tower-http](https://github.com/tower-rs/tower-http) to permit the
latest version.
<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.6.0</h2>
<h2>Changed:</h2>
<ul>
<li><code>body</code> module is disabled except for
<code>catch-panic</code>, <code>decompression-*</code>, <code>fs</code>,
or <code>limit</code> features (BREAKING) (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/477">#477</a>)</li>
<li>Update to <code>tower</code> 0.5 (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/503">#503</a>)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li><strong>fs:</strong> Precompression of static files now supports
files without a file extension (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/507">#507</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tower-rs/tower-http/issues/477">#477</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/477">tower-rs/tower-http#477</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/503">#503</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/503">tower-rs/tower-http#503</a>
<a
href="https://redirect.github.com/tower-rs/tower-http/issues/507">#507</a>:
<a
href="https://redirect.github.com/tower-rs/tower-http/pull/507">tower-rs/tower-http#507</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tower-rs/tower-http/commit/aeca2626d4b5836d2fe66877ba1b857db9851815"><code>aeca262</code></a>
Release tower-http v0.6.0 (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/518">#518</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/95e28bfc6d27ba93967da1165d565ed9cde830b1"><code>95e28bf</code></a>
fs: Fix serving precompressed files without an extension (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/507">#507</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/c999623c3608dfdd3e72c5e8d11baf879bb4b714"><code>c999623</code></a>
Fix -Zminimal-versions build (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/514">#514</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/e5268949d4c500b59362cece1149201432bc6e2d"><code>e526894</code></a>
Rename <code>default_features</code> to <code>default-features</code>
(<a
href="https://redirect.github.com/tower-rs/tower-http/issues/513">#513</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/0138f9ef91ac8902ede2c7dd615caca7d1a1298c"><code>0138f9e</code></a>
Fix CI (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/517">#517</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/3f98dc19bc6c70aa6e4912b63538d89443f03b19"><code>3f98dc1</code></a>
Bump tower to v0.5 (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/503">#503</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/5a6a4a88a034a67ae10a09ba6f14ef925ec6b857"><code>5a6a4a8</code></a>
decompression: propagate size_hint when body is identity (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/501">#501</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/78e95d33fcced510f104be6df2741dc6ae2f658b"><code>78e95d3</code></a>
ci: Pin tokio for msrv (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/502">#502</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/24b6b730810df8950cb89854f8a4571eb8804587"><code>24b6b73</code></a>
Upgrade base64 and brotli (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/499">#499</a>)</li>
<li><a
href="https://github.com/tower-rs/tower-http/commit/bf2e86f0aa7c1c37354fa9f1a7d4a1e1b9ecf686"><code>bf2e86f</code></a>
Fix typos in function docs (<a
href="https://redirect.github.com/tower-rs/tower-http/issues/496">#496</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.0">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 092707d commit 172f11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rodio = { version = "0.19.0", default-features = false, features = [
] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tokio = { version = "1.37.0", features = ["sync", "macros", "rt-multi-thread"] }
tower-http = { version = "0.5.2", features = ["fs"] }
tower-http = { version = "0.6.0", features = ["fs"] }
tower = { version = "0.5.0", features = ["make"] }
ctor = "0.2.7"
rstest = "0.22.0"
Expand Down

0 comments on commit 172f11b

Please sign in to comment.