Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Bump actix-web from 3.1.0 to 3.3.2 #22

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2020

Bumps actix-web from 3.1.0 to 3.3.2.

Release notes

Sourced from actix-web's releases.

actix-web: v3.3.2

Fixed

  • Removed an occasional unwrap on None panic in NormalizePathNormalization. #1762
  • Fix match_pattern() returning None for scope with empty path resource. #1798
  • Increase minimum socket2 version. #1803

#1762: actix/actix-web#1762 #1798: actix/actix-web#1798 #1803: actix/actix-web#1803

actix-web: v3.3.1

Fixed

  • Ensure actix-http dependency uses same serde_urlencoded.

actix-web: v3.3.0

Added

  • Add Either<A, B> extractor helper. #1788

Changed

  • Upgrade serde_urlencoded to 0.7. #1773

#1773: actix/actix-web#1773 #1788: actix/actix-web#1788

actix-web: v3.2.0

Added

  • Implement exclude_regex for Logger middleware. #1723
  • Add request-local data extractor web::ReqData. #1748
  • Add ability to register closure for request middleware logging. #1749
  • Add app_data to ServiceConfig. #1757
  • Expose on_connect for access to the connection stream before request is handled. #1754

Changed

  • Updated actix-web-codegen dependency for access to new #[route(...)] multi-method macro.
  • Print non-configured Data<T> type when attempting extraction. #1743
  • Re-export bytes::Buf{Mut} in web module. #1750
  • Upgrade pin-project to 1.0.

#1723: actix/actix-web#1723 #1743: actix/actix-web#1743 #1748: actix/actix-web#1748 #1750: actix/actix-web#1750 #1754: actix/actix-web#1754 #1749: actix/actix-web#1749

Changelog

Sourced from actix-web's changelog.

3.3.2 - 2020-12-01

Fixed

  • Removed an occasional unwrap on None panic in NormalizePathNormalization. #1762
  • Fix match_pattern() returning None for scope with empty path resource. #1798
  • Increase minimum socket2 version. #1803

#1762: actix/actix-web#1762 #1798: actix/actix-web#1798 #1803: actix/actix-web#1803

3.3.1 - 2020-11-29

  • Ensure actix-http dependency uses same serde_urlencoded.

3.3.0 - 2020-11-25

Added

  • Add Either<A, B> extractor helper. #1788

Changed

  • Upgrade serde_urlencoded to 0.7. #1773

#1773: actix/actix-web#1773 #1788: actix/actix-web#1788

3.2.0 - 2020-10-30

Added

  • Implement exclude_regex for Logger middleware. #1723
  • Add request-local data extractor web::ReqData. #1748
  • Add ability to register closure for request middleware logging. #1749
  • Add app_data to ServiceConfig. #1757
  • Expose on_connect for access to the connection stream before request is handled. #1754

Changed

  • Updated actix-web-codegen dependency for access to new #[route(...)] multi-method macro.
  • Print non-configured Data<T> type when attempting extraction. #1743
  • Re-export bytes::Buf{Mut} in web module. #1750
  • Upgrade pin-project to 1.0.

#1723: actix/actix-web#1723 #1743: actix/actix-web#1743 #1748: actix/actix-web#1748 #1750: actix/actix-web#1750 #1754: actix/actix-web#1754 #1749: actix/actix-web#1749

Commits
  • 24d525d prepare web 3.3.2 release
  • 1f70ef1 Fix match_pattern() returning None for scope with resource of empty path (#1798)
  • 7981e00 Remove a panic in normalize middleware (#1762)
  • 32d59ca Upgrade socket2 dependency (#1803)
  • ea8bf36 update web and awc changelogs
  • 0b5b463 prepare web and awc releases
  • fe6ad81 update dotgraphs
  • e72b787 prepare actix-web and actix-http-test releases
  • efc317d prepare actix-http and awc releases
  • 31057be prepare actix-files release 0.4.1
  • 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 3.1.0 to 3.3.2.
- [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.1.0...web-v3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants