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 to 0.5.0 #44

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change
tower dependencies minor 0.4.13 -> 0.5.0

Release Notes

tower-rs/tower (tower)

v0.5.0: tower 0.5.0

Compare Source

Fixed
  • util: BoxService is now Sync (#​702)
Changed
  • util: Removed deprecated ServiceExt::ready_and method and ReadyAnd
    future (#​652)
  • retry: Breaking Change retry::Policy::retry now accepts &mut Req and &mut Res instead of the previous mutable versions. This
    increases the flexibility of the retry policy. To update, update your method signature to include mut for both parameters. (#​584)
  • retry: Breaking Change Change Policy to accept &mut self (#​681)
  • retry: Add generic backoff utilities (#​685)
  • retry: Add Budget trait. This allows end-users to implement their own budget and bucket implementations. (#​703)
  • reconnect: Breaking Change Remove unused generic parameter from Reconnect::new (#​755)
  • ready-cache: Allow iteration over ready services (#​700)
  • discover: Implement Clone for Change (#​701)
  • util: Add a BoxCloneServiceLayer (#​708)
  • rng: use a simpler random 2-sampler (#​716)
  • filter: Derive Clone for AsyncFilterLayer (#​731)
  • general: Update IndexMap (#​741)
  • MSRV: Increase MSRV to 1.63.0 (#​741)

| datasource | package | from   | to    |
| ---------- | ------- | ------ | ----- |
| crate      | tower   | 0.4.13 | 0.5.0 |
@repo-jeeves repo-jeeves bot added the type/minor Issue relates to a minor version bump label Aug 13, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Aug 13, 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 crates/arch-api/Cargo.toml --package tower@0.4.13 --precise 0.5.0
    Updating crates.io index
error: failed to select a version for the requirement `tower = "^0.4.13"`
candidate versions found which didn't match: 0.5.0
location searched: crates.io index
required by package `axum v0.7.5`
    ... which satisfies dependency `axum = "^0.7.5"` (locked to 0.7.5) of package `arch-api v0.2.0 (/tmp/renovate/repos/github/szinn/rust-arch/crates/arch-api)`
    ... which satisfies path dependency `arch-api` (locked to 0.2.0) of package `rust-arch v0.2.0 (/tmp/renovate/repos/github/szinn/rust-arch/crates/rust-arch)`

@szinn szinn merged commit da1ad15 into main Aug 13, 2024
2 of 3 checks passed
@szinn szinn deleted the renovate/tower-0.x branch August 13, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant