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 from 3.3.2 to 3.3.3 #728

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps actix-web from 3.3.2 to 3.3.3.

Release notes

Sourced from actix-web's releases.

actix-web: v3.3.3

Changed

  • Soft-deprecate NormalizePath::default(), noting upcoming behavior change in v4. #2529

#2529: actix/actix-web#2529

Changelog

Sourced from actix-web's changelog.

Changes

Unreleased - 2021-xx-xx

4.0.0-beta.15 - 2021-12-17

Added

  • Method on Responder trait (customize) for customizing responders and CustomizeResponder struct. #2510
  • Implement Debug for DefaultHeaders. #2510

Changed

  • Align DefaultHeader method terminology, deprecating previous methods. #2510
  • Response service types in ErrorHandlers middleware now use ServiceResponse<EitherBody<B>> to allow changing the body type. #2515
  • Both variants in ErrorHandlerResponse now use ServiceResponse<EitherBody<B>>. #2515
  • Rename test::{default_service => simple_service}. Old name is deprecated. #2518
  • Rename test::{read_response_json => call_and_read_body_json}. Old name is deprecated. #2518
  • Rename test::{read_response => call_and_read_body}. Old name is deprecated. #2518
  • Relax body type and error bounds on test utilities. #2518

Removed

  • Top-level EitherExtractError export. #2510
  • Conversion implementations for either crate. #2516
  • test::load_stream and test::load_body; replace usage with body::to_bytes. #2518

#2510: actix/actix-web#2510 #2515: actix/actix-web#2515 #2516: actix/actix-web#2516 #2518: actix/actix-web#2518

4.0.0-beta.14 - 2021-12-11

Added

  • Methods on AcceptLanguage: ranked and preference. #2480
  • AcceptEncoding typed header. #2482
  • Range typed header. #2485
  • HttpResponse::map_into_{left,right}_body and HttpResponse::map_into_boxed_body. #2468
  • ServiceResponse::map_into_{left,right}_body and HttpResponse::map_into_boxed_body. #2468
  • Connection data set through the HttpServer::on_connect callback is now accessible only from the new HttpRequest::conn_data() and ServiceRequest::conn_data() methods. #2491
  • HttpRequest::{req_data,req_data_mut}. #2487
  • ServiceResponse::into_parts. #2499

Changed

  • Rename Accept::{mime_precedence => ranked}. #2480
  • Rename Accept::{mime_preference => preference}. #2480
  • Un-deprecate App::data_factory. #2484
  • HttpRequest::url_for no longer constructs URLs with query or fragment components. #2430
  • Remove B (body) type parameter on App. #2493
  • Add B (body) type parameter on Scope. #2492
  • Request-local data container is no longer part of a RequestHead. Instead it is a distinct part of a Request. #2487

... (truncated)

Commits
  • fb03626 only build SslConnectorBuilder once (#2503)
  • d2b9724 update bump script to detect prerelease versions
  • 5c53db1 remove hidden anybody
  • 84ea9e7 http: Replace header::map::GetAll with std::slice::Iter (#2527)
  • 0bd5ccc update changelog
  • 9cd8526 prepare actix-router release 0.5.0-beta.3
  • 73bbe56 prepare actix-test release 0.1.0-beta.9
  • 8340b63 prepare awc release 3.0.0-beta.14
  • 6c2c7b6 prepare actix-web release 4.0.0-beta.15
  • 7bf4796 prepare actix-http release 3.0.0-beta.16
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2021
Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.2 to 3.3.3.
- [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-v3.3.2...web-v3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-web-3.3.3 branch from 7f97b36 to cb33cd0 Compare December 21, 2021 15:09
@codecov-commenter
Copy link

Codecov Report

Merging #728 (cb33cd0) into master (b36f49c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #728   +/-   ##
=======================================
  Coverage   37.92%   37.92%           
=======================================
  Files          51       51           
  Lines        6545     6545           
  Branches      961      961           
=======================================
  Hits         2482     2482           
  Misses       3403     3403           
  Partials      660      660           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b36f49c...cb33cd0. Read the comment docs.

@marco-c marco-c merged commit 23b15c1 into master Dec 22, 2021
@marco-c marco-c deleted the dependabot/cargo/actix-web-3.3.3 branch December 22, 2021 09:23
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.

2 participants