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 0.7.19 to 1.0.4 #48

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 28, 2019

Bumps actix-web from 0.7.19 to 1.0.4.

Release notes

Sourced from actix-web's releases.

Actix web v1.0.4

Changes

Added

  • Add Responder impl for (T, StatusCode) where T: Responder

  • Allow to access app's resource map via
    ServiceRequest::resource_map() and HttpRequest::resource_map() methods.

Changed

  • Upgrade rand dependency version to 0.7

  • Upgrade parking_lot to 0.9

Actix web v1.0.3

Changes

Added

  • Support asynchronous data factories #850

Changed

  • Use encoding_rs crate instead of unmaintained encoding crate

Actix web v1.0.2

Changes

Changed

  • Move cors middleware to actix-cors crate.

  • Move identity middleware to actix-identity crate.

Actix web actors v1.0.2

Changes

  • Add ws::start_with_addr(), returning the address of the created actor, along
    with the HttpResponse.

  • Add support for specifying protocols on websocket handshake #835

Actix web v1.0.1

Changes

Add

  • Add support for PathConfig #903
... (truncated)
Changelog

Sourced from actix-web's changelog.

[1.0.4] - 2019-07-17

Added

  • Add Responder impl for (T, StatusCode) where T: Responder

  • Allow to access app's resource map via
    ServiceRequest::resource_map() and HttpRequest::resource_map() methods.

Changed

  • Upgrade rand dependency version to 0.7

[1.0.3] - 2019-06-28

Added

  • Support asynchronous data factories #850

Changed

  • Use encoding_rs crate instead of unmaintained encoding crate

[1.0.2] - 2019-06-17

Changed

  • Move cors middleware to actix-cors crate.

  • Move identity middleware to actix-identity crate.

[1.0.1] - 2019-06-17

Added

  • Add support for PathConfig #903

  • Add middleware::identity::RequestIdentity trait to get_identity from HttpMessage.

Changed

  • Move cors middleware to actix-cors crate.

  • Move identity middleware to actix-identity crate.

  • Disable default feature secure-cookies.

... (truncated)
Commits
  • 2a2d7f5 nightly clippy warnings
  • 4092c7f clippy warnings
  • ef3e103 bump version
  • baaa7b3 Replace ClonableService with local copy
  • 32718b7 Expose factory traits and some clippy fixes (#983)
  • c01611d prepare actix-web release
  • 7b1dcaf cleanup deprecation warning for Box<dyn>
  • c65dbaf expose app's ResourceMap via resource_map method
  • c45728a prep test server release
  • 6f71409 Add DELETE, PATCH, OPTIONS methods to TestServerRunner (#973)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 28, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-web-1.0.4 branch from 1cbffa0 to 4bb80b2 Compare September 9, 2019 16:19
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-web-1.0.4 branch 3 times, most recently from 87e14d5 to 48f235b Compare October 14, 2019 13:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-web-1.0.4 branch 2 times, most recently from 3ad1cbb to 233b091 Compare February 12, 2020 19:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-web-1.0.4 branch 2 times, most recently from 5c0fa21 to 455f7f1 Compare April 4, 2020 11:31
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/actix-web-1.0.4 branch from 455f7f1 to 20d1ea9 Compare April 4, 2020 11:35
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