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

fix(deps): update rust crate tower-http to ^0.6.0 #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Type Update Change
tower-http dependencies minor ^0.5.2 -> ^0.6.0

Release Notes

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

v0.6.2

Compare Source

Changed:

  • CompressionBody<B> now propagates B's size hint in its http_body::Body
    implementation, if compression is disabled (#​531)
    • this allows a content-length to be included in an HTTP message with this
      body for those cases

New Contributors

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

v0.6.1: v0.6.1

Compare Source

Fixed

  • decompression: reuse scratch buffer to significantly reduce allocations and improve performance (#​521)

New Contributors

v0.6.0: v0.6.0

Compare Source

Changed:

  • body module is disabled except for catch-panic, decompression-*, fs, or limit features (BREAKING) (#​477)
  • Update to tower 0.5 (#​503)

Fixed

  • fs: Precompression of static files now supports files without a file extension (#​507)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link
Contributor Author

renovate bot commented Oct 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package tower-http@0.5.2 --precise 0.6.2
    Updating crates.io index
error: failed to select a version for the requirement `tower-http = "^0.5.0"`
candidate versions found which didn't match: 0.6.2
location searched: crates.io index
required by package `axum-prometheus v0.7.0`
    ... which satisfies dependency `axum-prometheus = "^0.7.0"` (locked to 0.7.0) of package `terrashine v0.1.0 (/tmp/renovate/repos/github/Isawan/terrashine)`

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.13%. Comparing base (10949a1) to head (2bc3d71).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #404   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files          17       17           
  Lines        1429     1429           
=======================================
  Hits         1188     1188           
  Misses        241      241           

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

@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 13 times, most recently from 68ea4dc to 754914b Compare October 23, 2024 03:28
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from 0515b0e to f5bd1aa Compare November 1, 2024 00:26
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 6 times, most recently from 9fc4018 to c7c8e30 Compare November 8, 2024 16:26
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from 7ebd093 to 3125874 Compare December 4, 2024 10:42
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 3 times, most recently from cccd4e9 to 1efb2d4 Compare December 11, 2024 06:56
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 1efb2d4 to 2bc3d71 Compare December 11, 2024 11:25
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