Skip to content

build(deps): bump actix-web from 4.0.0-beta.13 to 4.0.0-beta.20#42

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-web-4.0.0-beta.20
Closed

build(deps): bump actix-web from 4.0.0-beta.13 to 4.0.0-beta.20#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/actix-web-4.0.0-beta.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 17, 2022

Copy link
Copy Markdown

Bumps actix-web from 4.0.0-beta.13 to 4.0.0-beta.20.

Release notes

Sourced from actix-web's releases.

actix-web: v4.0.0-beta.20

Added

  • GuardContext::header #2569
  • ServiceConfig::configure to allow easy nesting of configuration functions. #1988

Changed

  • HttpResponse can now be used as a Responder with any body type. #2567
  • Result extractor wrapper can now convert error types. #2581
  • Associated types in FromRequest impl for Option and Result has changed. #2581
  • Maximum number of handler extractors has increased to 12. #2582
  • Removed bound <B as MessageBody>::Error: Debug in test utility functions in order to support returning opaque apps. #2584

#1988: actix/actix-web#1988 #2567: actix/actix-web#2567 #2569: actix/actix-web#2569 #2581: actix/actix-web#2581 #2582: actix/actix-web#2582 #2584: actix/actix-web#2584

actix-web: v4.0.0-beta.19

Added

  • impl Hash for http::header::Encoding. #2501
  • AcceptEncoding::negotiate(). #2501

Changed

  • AcceptEncoding::preference now returns Option<Preference<Encoding>>. #2501
  • Rename methods BodyEncoding::{encoding => encode_with, get_encoding => preferred_encoding}. #2501
  • http::header::Encoding now only represents Content-Encoding types. #2501

Fixed

  • Auto-negotiation of content encoding is more fault-tolerant when using the Compress middleware. #2501

Removed

  • Compress::new; restricting compression algorithm is done through feature flags. #2501
  • BodyEncoding trait; signalling content encoding is now only done via the Content-Encoding header. #2565

#2501: actix/actix-web#2501 #2565: actix/actix-web#2565

actix-web: v4.0.0-beta.18

Changed

  • Update cookie dependency (re-exported) to 0.16. #2555
  • Minimum supported Rust version (MSRV) is now 1.54.

Security

  • cookie upgrade addresses [RUSTSEC-2020-0071].

... (truncated)

Changelog

Sourced from actix-web's changelog.

4.0.0-beta.20 - 2022-01-14

Added

  • GuardContext::header #2569
  • ServiceConfig::configure to allow easy nesting of configuration functions. #1988

Changed

  • HttpResponse can now be used as a Responder with any body type. #2567
  • Result extractor wrapper can now convert error types. #2581
  • Associated types in FromRequest impl for Option and Result has changed. #2581
  • Maximum number of handler extractors has increased to 12. #2582
  • Removed bound <B as MessageBody>::Error: Debug in test utility functions in order to support returning opaque apps. #2584

#1988: actix/actix-web#1988 #2567: actix/actix-web#2567 #2569: actix/actix-web#2569 #2581: actix/actix-web#2581 #2582: actix/actix-web#2582 #2584: actix/actix-web#2584

4.0.0-beta.19 - 2022-01-04

Added

  • impl Hash for http::header::Encoding. #2501
  • AcceptEncoding::negotiate(). #2501

Changed

  • AcceptEncoding::preference now returns Option<Preference<Encoding>>. #2501
  • Rename methods BodyEncoding::{encoding => encode_with, get_encoding => preferred_encoding}. #2501
  • http::header::Encoding now only represents Content-Encoding types. #2501

Fixed

  • Auto-negotiation of content encoding is more fault-tolerant when using the Compress middleware. #2501

Removed

  • Compress::new; restricting compression algorithm is done through feature flags. #2501
  • BodyEncoding trait; signalling content encoding is now only done via the Content-Encoding header. #2565

#2501: actix/actix-web#2501 #2565: actix/actix-web#2565

4.0.0-beta.18 - 2021-12-29

Changed

  • Update cookie dependency (re-exported) to 0.16. #2555
  • Minimum supported Rust version (MSRV) is now 1.54.

Security

  • cookie upgrade addresses [RUSTSEC-2020-0071].

#2555: actix/actix-web#2555

... (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)

Bumps [actix-web](https://github.com/actix/actix-web) from 4.0.0-beta.13 to 4.0.0-beta.20.
- [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.0.0-beta.13...web-v4.0.0-beta.20)

---
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 added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 17, 2022

Copy link
Copy Markdown
Author

Dependabot tried to add @wking, @vrutkovs, @PratikMahajan and @LalatenduMohanty as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/LalatenduMohanty/cincinnati/pulls/42/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 LalatenduMohanty/cincinnati repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github

dependabot Bot commented on behalf of github Jan 24, 2022

Copy link
Copy Markdown
Author

Superseded by #43.

@dependabot dependabot Bot closed this Jan 24, 2022
@dependabot dependabot Bot deleted the dependabot/cargo/actix-web-4.0.0-beta.20 branch January 24, 2022 18:11
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