Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-web-4.0.0-beta.19
Closed

build(deps): bump actix-web from 4.0.0-beta.13 to 4.0.0-beta.19#40
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/actix-web-4.0.0-beta.19

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

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

Release notes

Sourced from actix-web's releases.

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].

#2555: actix/actix-web#2555 [RUSTSEC-2020-0071]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html

actix-web: v4.0.0-beta.17

Added

  • guard::GuardContext for use with the Guard trait. #2552
  • ServiceRequest::guard_ctx for obtaining a guard context. #2552

Changed

  • Guard trait now receives a &GuardContext. #2552
  • guard::fn_guard functions now receives a &GuardContext. #2552
  • Some guards now return impl Guard and their concrete types are made private: guard::Header and all the method guards. #2552
  • The Not guard is now generic over the type of guard it wraps. #2552

Fixed

  • Rename ConnectionInfo::{remote_addr => peer_addr}, deprecating the old name. #2554
  • ConnectionInfo::peer_addr will not return the port number. #2554
  • ConnectionInfo::realip_remote_addr will not return the port number if sourcing the IP from the peer's socket address. #2554

... (truncated)

Changelog

Sourced from actix-web's changelog.

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 [RUSTSEC-2020-0071]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html

4.0.0-beta.17 - 2021-12-29

Added

  • guard::GuardContext for use with the Guard trait. #2552
  • ServiceRequest::guard_ctx for obtaining a guard context. #2552

Changed

  • Guard trait now receives a &GuardContext. #2552
  • guard::fn_guard functions now receives a &GuardContext. #2552
  • Some guards now return impl Guard and their concrete types are made private: guard::Header and all the method guards. #2552
  • The Not guard is now generic over the type of guard it wraps. #2552

Fixed

  • Rename ConnectionInfo::{remote_addr => peer_addr}, deprecating the old name. #2554
  • ConnectionInfo::peer_addr will not return the port number. #2554
  • ConnectionInfo::realip_remote_addr will not return the port number if sourcing the IP from the peer's socket address. #2554

#2552: actix/actix-web#2552

... (truncated)

Commits
  • 8bbf2b5 prepare actix-test release 0.1.0-beta.11
  • 8c975bc prepare actix-http-test release 3.0.0-beta.11
  • 742ad56 prepare actix-web-actors release 4.0.0-beta.10
  • bcc8d5c prepare actix-multipart release 0.4.0-beta.12
  • f659098 prepare awc release 3.0.0-beta.18
  • 8621ae1 prepare actix-web release 4.0.0-beta.19
  • b338eb8 prepare actix-http release 3.0.0-beta.18
  • 5abd1c2 prepare actix-web-codegen release 0.5.0-rc.1
  • 0533626 prepare actix-router release 0.5.0-beta.4
  • 86df295 fully percent decode path segments when capturing (#2566)
  • 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)

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

---
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 @github
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2022

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/40/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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #42.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/cargo/actix-web-4.0.0-beta.19 branch January 17, 2022 18:12
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