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

chore(deps): bump tower-test from 0.3.0 to 0.4.0 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps tower-test from 0.3.0 to 0.4.0.

Release notes

Sourced from tower-test's releases.

Tower 0.4.0

This is a major breaking release including a large number of changes. In particular, this release updates tower to depend on Tokio 1.0, and moves all middleware into the tower crate. In addition, Tower 0.4 reworks several middleware APIs, as well as introducing new ones.

This release does not change the core Service or Layer traits, so tower 0.4 still depends on tower-service 0.3 and tower-layer 0.3. This means that tower 0.4 is still compatible with libraries that depend on those crates.

Added

  • make: Added MakeService::into_service and MakeService::as_service for converting MakeServices into Services (#492)
  • steer: Added steer middleware for routing requests to one of a set of services (#426)
  • util: Added MapRequest middleware and ServiceExt::map_request, for applying a function to a request before passing it to the inner service (#435)
  • util: Added MapResponse middleware and ServiceExt::map_response, for applying a function to the Response type of an inner service after its future completes (#435)
  • util: Added MapErr middleware and ServiceExt::map_err, for applying a function to the Error returned by an inner service if it fails (#396)
  • util: Added MapResult middleware and ServiceExt::map_result, for applying a function to the Result returned by an inner service's future regardless of whether it succeeds or fails (#499)
  • util: Added Then middleware and ServiceExt::then, for chaining another future after an inner service's future completes (with a Response or an Error) (#500)
  • util: Added AndThen middleware and ServiceExt::and_then, for chaining another future after an inner service's future completes successfully (#485)
  • util: Added layer_fn, for constructing a Layer from a function taking a Service and returning a different Service (#491)
  • util: Added FutureService, which implements Service for a Future whose Output type is a Service (#496)
  • util: Added BoxService::layer and UnsyncBoxService::layer, to make constructing layers more ergonomic (#503)
  • layer: Added Layer impl for &Layer (#446)
  • retry: Added Retry::get_ref, Retry::get_mut, and Retry::into_inner to access the inner service (#463)
  • timeout: Added Timeout::get_ref, Timeout::get_mut, and Timeout::into_inner to access the inner service (#463)
  • buffer: Added Clone and Copy impls for BufferLayer (#493)
  • Several documentation improvements (#442, #444, #445, #449, #487, #490, #506])

Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2021

Dependabot tried to add @fanatid as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/CleverCloud/vector/pulls/6/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the CleverCloud/vector repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2021

The following labels could not be found: domain: deps.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2022

Looks like tower-test is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 27, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tower-test-0.4.0 branch September 27, 2022 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants