chore(deps): update rust crate tower to 0.4.13 - autoclosed #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4
->0.4.13
Release Notes
tower-rs/tower (tower)
v0.4.13
: tower 0.4.13Compare Source
Added
Overloaded
error (#661)Fixed
call_all
when theStream
of requests is pending(#656)
fixes #415)
Service
trait (#659)v0.4.12
: tower 0.4.12Compare Source
Fixed
Instant
operations that can panicon platforms where
Instant
is not monotonic (#633)attributes
feature ontracing
dependency (#623)combinations (#603, #602)
Buffer
(#622)Changed
hdrhistogram
dependency to v7.0 (#602)tokio-util
dependency to v0.7 (#638)v0.4.11
: Tower 0.4.11Compare Source
Added
BoxCloneService
which is aClone + Send
boxedService
(#615)ServiceExt::boxed
andServiceExt::boxed_clone
for applying theBoxService
andBoxCloneService
middleware (#616)ServiceBuilder::boxed
andServiceBuilder::boxed_clone
forapplying
BoxService
andBoxCloneService
layers (#616)Fixed
F: Clone
bound fromServiceExt::map_request
(#607)Debug
bounds fromimpl Debug for BoxService
(#617)Debug
bounds fromimpl Debug for UnsyncBoxService
(#617)Req: Clone
bound fromClone
implsfor
MakeBalance
, andMakeBalanceLayer
(#607)Req: Debug
bound fromDebug
implsfor
MakeBalance
,MakeFuture
,Balance
, andPool
(#607)Req: Debug
bound fromDebug
implfor
ReadyCache
(#607)Req: Debug
bound fromDebug
implfor
Steer
(#607)doc(cfg(...))
attributesof
PeakEwmaDiscover
, andPendingRequestsDiscover
(#610)v0.4.10
: Tower 0.4.10Compare Source
rustdoc::broken_intra_doc_links
lint (#605)v0.4.9
: Tower 0.4.9Compare Source
Layer
forServiceBuilder
(#600)ServiceBuilder::and_then
analogous toServiceExt::and_then
(#601)v0.4.8
: Tower 0.4.8Compare Source
Added
ServiceBuilder::map_result
analogous toServiceExt::map_result
(#583)GlobalConcurrencyLimitLayer
to allow reusing a concurrencylimit across multiple services (#574)
v0.4.7
Compare Source
v0.4.6
: Tower 0.4.6Compare Source
Deprecated
ServiceExt::ready_and
(renamed toServiceExt::ready
). (#567)ReadyAnd
future (renamed toReady
). (#567)Added
ServiceBuilder::layer_fn
to add a layer built froma function. (#560)
ServiceBuilder::map_future
for transforming thefutures produced by a service. (#559)
ServiceBuilder::service_fn
for applyingLayer
s toan async function using
util::service_fn
. (#564)service_fn
. (#563)BoxLayer
for creating boxedLayer
trait objects.(#569)
v0.4.5
: Tower 0.4.5Compare Source
Added
ServiceExt::map_future
. (#542)ServiceBuilder::option_layer
to optionally add a layer. (#555)Shared
which lets you implementMakeService
by cloning aservice. (#533)
Fixed
Debug
. Theypreviously wouldn't since closures never implement
Debug
. (#552)Clone
forSteer
. (#554)tracing
span tospawned tasks (#557)
tracing
for the features that need it. (#551)v0.4.4
: Tower 0.4.4Compare Source
Added
Layer
forEither<A, B>
. (#531)Clone
forFilterLayer
. (#535)Clone
forTimeoutLayer
. (#535)Clone
forRateLimitLayer
. (#535)Fixed
v0.4.3
: Tower 0.4.3Added
Filter::check
andAsyncFilter::check
methods which check arequest against the filter's
Predicate
(#521)get_ref
,get_mut
, andinto_inner
methods toFilter
and
AsyncFilter
, allowing access to the wrapped service (#522)layer
associated function toAndThen
,Then
,MapRequest
,MapResponse
, andMapResult
types. These return aLayer
that produces middleware of that type, as a convenience to avoid having to
import the
Layer
type separately. (#524)Clone
impls toAndThenLayer
,MapRequestLayer
,and
MapErrLayer
, when the mapped function implementsClone
(#525)FutureService::new
constructor, with less restrictive boundsthan the
future_service
free function (#523)v0.4.1
: Tower 0.4.1Compare Source
This is a hotfix for missing re-exports due to an insufficiently restrictive
dependency version for
tower-layer
.Fixed
tower-layer
to 0.3.1 to fix broken re-exports.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 Mend Renovate. View repository job log here.