Skip to content

fix(deps): update rust crate tower-http to v0.6.3#477

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/tower
May 7, 2025
Merged

fix(deps): update rust crate tower-http to v0.6.3#477
renovate[bot] merged 1 commit intomainfrom
renovate/tower

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 7, 2025

This PR contains the following updates:

Package Type Update Change
tower-http dependencies patch 0.6.2 -> 0.6.3

Release Notes

tower-rs/tower-http (tower-http)

v0.6.3: tower-http 0.6.3

Compare Source

Added

  • decompression: Support HTTP responses containing multiple ZSTD frames (#​548)
  • The ServiceExt trait for chaining layers onto an arbitrary http service just
    like ServiceBuilderExt allows for ServiceBuilder (#​563)

Fixed

  • Remove unnecessary trait bounds on S::Error for Service impls of
    RequestBodyTimeout<S> and ResponseBodyTimeout<S> (#​533)
  • compression: Respect is_end_stream (#​535)
  • Fix a rare panic in fs::ServeDir (#​553)
  • Fix invalid content-lenght of 1 in response to range requests to empty
    files (#​556)
  • In AsyncRequireAuthorization, use the original inner service after it is
    ready, instead of using a clone (#​561)

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) May 7, 2025 23:00
@renovate renovate Bot merged commit 7fe62db into main May 7, 2025
6 checks passed
@renovate renovate Bot deleted the renovate/tower branch May 7, 2025 23:05
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.80%. Comparing base (83fb1f2) to head (47cd437).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #477   +/-   ##
=======================================
  Coverage   81.80%   81.80%           
=======================================
  Files          17       17           
  Lines        1440     1440           
=======================================
  Hits         1178     1178           
  Misses        262      262           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants