mchestr / displex

Discord & Plex & Tautulli & Overseerr Bot
MIT License
10 stars 89 forks source link

fix(deps): update rust crate tower to 0.5.0 #296

Open mchesterbot[bot] opened 3 months ago

mchesterbot[bot] commented 3 months ago

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`](https://togithub.com/tower-rs/tower/releases/tag/tower-0.5.0): tower 0.5.0 [Compare Source](https://togithub.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.0) ##### 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]) [#​702]: https://togithub.com/tower-rs/tower/pull/702 [#​652]: https://togithub.com/tower-rs/tower/pull/652 [#​584]: https://togithub.com/tower-rs/tower/pull/584 [#​681]: https://togithub.com/tower-rs/tower/pull/681 [#​685]: https://togithub.com/tower-rs/tower/pull/685 [#​703]: https://togithub.com/tower-rs/tower/pull/703 [#​755]: https://togithub.com/tower-rs/tower/pull/755 [#​700]: https://togithub.com/tower-rs/tower/pull/700 [#​701]: https://togithub.com/tower-rs/tower/pull/701 [#​708]: https://togithub.com/tower-rs/tower/pull/708 [#​716]: https://togithub.com/tower-rs/tower/pull/716 [#​731]: https://togithub.com/tower-rs/tower/pull/731 [#​741]: https://togithub.com/tower-rs/tower/pull/741

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Renovate Bot.

mchesterbot[bot] commented 3 months ago

⚠️ 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:

The artifact failure details are included below:

File name: server/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/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 `displex v0.12.5 (/tmp/renovate/repos/github/mchestr/displex/server)`
mchesterbot[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.