kftray
kftray copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
env_logger | dependencies | patch | 0.11.4 -> 0.11.5 |
hyper-util (source) | dependencies | patch | 0.1.6 -> 0.1.7 |
keyring | dependencies | patch | 3.0.4 -> 3.0.5 |
rusqlite | dependencies | patch | 0.32.0 -> 0.32.1 |
serde_json | dependencies | patch | 1.0.120 -> 1.0.124 |
tokio (source) | dependencies | patch | 1.39.1 -> 1.39.2 |
tower | dependencies | minor | 0.4.13 -> 0.5.0 |
Release Notes
tower-rs/tower (tower)
v0.5.0
: tower 0.5.0
Fixed
-
util:
BoxService
is nowSync
(#​702)
Changed
-
util: Removed deprecated
ServiceExt::ready_and
method andReadyAnd
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 includemut
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
forAsyncFilterLayer
(#​731) - general: Update IndexMap (#​741)
- MSRV: Increase MSRV to 1.63.0 (#​741)
Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/Sao_Paulo, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.