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

Bump actix-web-actors from 4.2.0 to 4.3.0 #598

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps actix-web-actors from 4.2.0 to 4.3.0.

Release notes

Sourced from actix-web-actors's releases.

actix-web: v4.3.0

Added

  • Add ContentDisposition::attachment() constructor. #2867
  • Add ErrorHandlers::default_handler() (as well as default_handler_{server, client}()) to make registering handlers for groups of response statuses easier. #2784
  • Add Logger::custom_response_replace(). #2631
  • Add rudimentary redirection service at web::redirect() / web::Redirect. #1961
  • Add guard::Acceptable for matching against Accept header MIME types. #2265
  • Add fallible versions of test helpers: try_call_service(), try_call_and_read_body_json(), try_read_body(), and try_read_body_json(). #2961

Fixed

  • Add Allow header to Resource's default responses when no routes are matched. #2949

#1961: actix/actix-web#1961 #2265: actix/actix-web#2265 #2631: actix/actix-web#2631 #2784: actix/actix-web#2784 #2867: actix/actix-web#2867 #2949: actix/actix-web#2949 #2961: actix/actix-web#2961

actix-web-actors: v4.3.0

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

actix-web-codegen: v4.2.2

  • Fix regression when declaring wrap attribute using an expression.

actix-web: v4.2.1

Fixed

  • Bump minimum version of actix-http dependency to fix compatibility issue. #2871

#2871: actix/actix-web#2871

actix-web-codegen: v4.2.1

  • Update syn dependency to 2.
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.
Commits
  • df6fde8 prepare actix-web release 4.3.0
  • 8d4cb8c prepare awc release 3.1.0
  • dd9ac4d prepare actix-http release 3.3.0
  • 72c80f9 update tokio-uring support to 0.4
  • b00fe72 Update base64 to 0.21 (#2966)
  • 2f0b8a2 fix non-empty body of http2 HEAD response (#2920)
  • b9f0faa add cache-status and cdn-cache-control header names (#2968)
  • 6627109 Add fallible versions of test_utils helpers to actix-test (#2961)
  • b9f54c8 use secure tokio version range
  • cfd40b4 Implement MessageBody for Cow\<'static, {[u8], str}> (#2959)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [actix-web-actors](https://github.com/actix/actix-web) from 4.2.0 to 4.3.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-v4.2.0...web-v4.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 5, 2024
@SamTV12345 SamTV12345 merged commit 538e1ba into main Feb 6, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/actix-web-actors-4.3.0 branch February 6, 2024 11:17
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant