-
Notifications
You must be signed in to change notification settings - Fork 28
Commit cff3c30
authored
chore(deps): update rust crate tower to 0.5.0 (#563)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tower](https://redirect.github.com/tower-rs/tower) | dev-dependencies
| minor | `0.4.13` -> `0.5.0` |
---
### Release Notes
<details>
<summary>tower-rs/tower (tower)</summary>
###
[`v0.5.1`](https://redirect.github.com/tower-rs/tower/releases/tag/tower-0.5.1):
tower 0.5.1
[Compare
Source](https://redirect.github.com/tower-rs/tower/compare/tower-0.5.0...tower-0.5.1)
- Fix minimum version of `tower-layer` dependency ([#​787])
[#​787]: https://redirect.github.com/tower-rs/tower/pull/787
###
[`v0.5.0`](https://redirect.github.com/tower-rs/tower/releases/tag/tower-0.5.0):
tower 0.5.0
[Compare
Source](https://redirect.github.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://redirect.github.com/tower-rs/tower/pull/702
[#​652]: https://redirect.github.com/tower-rs/tower/pull/652
[#​584]: https://redirect.github.com/tower-rs/tower/pull/584
[#​681]: https://redirect.github.com/tower-rs/tower/pull/681
[#​685]: https://redirect.github.com/tower-rs/tower/pull/685
[#​703]: https://redirect.github.com/tower-rs/tower/pull/703
[#​755]: https://redirect.github.com/tower-rs/tower/pull/755
[#​700]: https://redirect.github.com/tower-rs/tower/pull/700
[#​701]: https://redirect.github.com/tower-rs/tower/pull/701
[#​708]: https://redirect.github.com/tower-rs/tower/pull/708
[#​716]: https://redirect.github.com/tower-rs/tower/pull/716
[#​731]: https://redirect.github.com/tower-rs/tower/pull/731
[#​741]: https://redirect.github.com/tower-rs/tower/pull/741
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/smartive/zitadel-rust).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bb83eea commit cff3c30Copy full SHA for cff3c30
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
0 commit comments