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 2.0.0 to 3.2.0 #321

Merged
merged 1 commit into from Nov 11, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps actix-web from 2.0.0 to 3.2.0.

Release notes

Sourced from actix-web's releases.

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

actix-web: v3.1.0

Changed

  • Add TrailingSlash::MergeOnly behaviour to NormalizePath, which allows NormalizePath to retain any trailing slashes. #1695
  • Remove bound std::marker::Sized from web::Data to support storing Arc<dyn Trait> via web::Data::from #1710

Fixed

  • ResourceMap debug printing is no longer infinitely recursive. #1708

#1695: actix/actix-web#1695 #1708: actix/actix-web#1708 #1710: actix/actix-web#1710

actix-web: v3.0.2

Fixed

  • NormalizePath when used with TrailingSlash::Trim no longer trims the root path "/". #1678

#1678: actix/actix-web#1678

actix-web: v3.0.1

Changed

  • middleware::normalize::TrailingSlash enum is now accessible. #1673

#1673: actix/actix-web#1673

actix-web-actors: v3.0.0

  • No significant changes from 3.0.0-beta.2.

... (truncated)

Changelog

Sourced from actix-web's changelog.

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

3.1.0 - 2020-09-29

Changed

  • Add TrailingSlash::MergeOnly behaviour to NormalizePath, which allows NormalizePath to retain any trailing slashes. #1695
  • Remove bound std::marker::Sized from web::Data to support storing Arc<dyn Trait> via web::Data::from #1710

Fixed

  • ResourceMap debug printing is no longer infinitely recursive. #1708

#1695: actix/actix-web#1695 #1708: actix/actix-web#1708 #1710: actix/actix-web#1710

3.0.2 - 2020-09-15

Fixed

  • NormalizePath when used with TrailingSlash::Trim no longer trims the root path "/". #1678

#1678: actix/actix-web#1678

3.0.1 - 2020-09-13

Changed

  • middleware::normalize::TrailingSlash enum is now accessible. #1673

#1673: actix/actix-web#1673

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 9, 2020
Bumps [actix-web](https://github.com/actix/actix-web) from 2.0.0 to 3.2.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@awc-v2.0.0...web-v3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-web-3.2.0 branch from 8ca93b7 to d1d9074 Compare November 9, 2020 12:54
@marco-c marco-c merged commit 0b7ef7e into master Nov 11, 2020
@marco-c marco-c deleted the dependabot/cargo/actix-web-3.2.0 branch November 11, 2020 13:35
spacedragon pushed a commit to spacedragon/rust-code-analysis that referenced this pull request Feb 2, 2021
Bumps [actix-web](https://github.com/actix/actix-web) from 2.0.0 to 3.2.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@awc-v2.0.0...web-v3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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