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

build(deps): bump actix-web-actors from 1.0.4 to 4.2.0 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps actix-web-actors from 1.0.4 to 4.2.0.

Release notes

Sourced from actix-web-actors's releases.

actix-web: v4.2.0

Added

  • Add #[routes] macro to support multiple paths for one handler. #2718
  • Add ServiceRequest::{parts, request}() getter methods. #2786
  • Add configuration options for TLS handshake timeout via HttpServer::{rustls, openssl}_with_config methods. #2752

Changed

  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.

#2718: actix/actix-web#2718 #2752: actix/actix-web#2752 #2786: actix/actix-web#2786

actix-web-actors: v4.2.0

  • Minimum supported Rust version (MSRV) is now 1.57 due to transitive time dependency.

actix-web-codegen: v4.2.0

  • Add support for custom methods with the #[route] macro. #2969

#2969: actix/actix-web#2969

actix-web-actors: v4.1.0

  • Add support for actix version 0.13. #2675

#2675: actix/actix-web#2675

actix-web: v4.1.0

Added

  • Add ServiceRequest::extract() to make it easier to use extractors when writing middlewares. #2647
  • Add Route::wrap() to allow individual routes to use middleware. #2725
  • Add ServiceConfig::default_service(). #2338 #2743
  • Implement ResponseError for std::convert::Infallible

Changed

  • Minimum supported Rust version (MSRV) is now 1.56 due to transitive hashbrown dependency.

Fixed

  • Clear connection-level data on HttpRequest drop. #2742

#2338: actix/actix-web#2338 #2647: actix/actix-web#2647 #2725: actix/actix-web#2725

... (truncated)

Commits
  • 7767cf3 prepare actix-web release 4.2.0
  • b59a96d prepare actix-web-codegen release 4.1.0
  • 037740b prepare actix-http release 3.2.2
  • 386258c clarify worker_max_blocking_threads default
  • 99bf774 update gh-pages deploy action
  • 35b0fd1 specify branch in doc job
  • 0b5b4dc reduce size of docs branch
  • c993055 replace askama_escape in favor of v_htmlescape (#2824)
  • 679f61c bump msrv to 1.59
  • 056de32 fix scope doc example
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2023
Bumps [actix-web-actors](https://github.com/actix/actix-web) from 1.0.4 to 4.2.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v1.0.4...web-v4.2.0)

---
updated-dependencies:
- dependency-name: actix-web-actors
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-web-actors-4.2.0 branch from 4a1e6d1 to 9b517de Compare July 19, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants