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-cors from 0.4.1 to 0.5.4 #14

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps actix-cors from 0.4.1 to 0.5.4.

Release notes

Sourced from actix-cors's releases.

actix-cors: v0.5.4

  • Fix expose_any_header method, now set the correct field. #143

#143: actix/actix-extras#143

actix-cors: v0.5.3

  • Fix version spec for derive_more dependency.

actix-cors: v0.5.2

  • Ensure tinyvec is using the correct features.
  • Bump futures-util minimum version to 0.3.7 to avoid RUSTSEC-2020-0059.

actix-protobuf v0.5.1

Changes

0.5.1 (2019-02-17)

  • Move repository to actix-extras

actix-cors: v0.5.1

  • Fix allow_any_header method, now set the correct field. #121

#121: actix/actix-extras#121

actix-web-httpauth: v0.5.0

  • Update actix-web dependency to 3.0.0.
  • Minimum supported Rust version (MSRV) is now 1.42.0.

actix-cors: v0.5.0

Notes

This release reflects a sort of "beta" period for a 1.0 release. Please open issues for bugs and feedback.

Changes

  • Disallow * in Cors::allowed_origin. #114.
  • Hide CorsMiddleware from docs. #118.
  • CorsFactory is removed. #119
  • The impl Default constructor is now overly-restrictive. #119
  • Added Cors::permissive() constructor that allows anything. #119
  • Adds methods for each property to reset to a permissive state. (allow_any_origin, expose_any_header, etc.) #119
  • Errors are now propagated with Transform::InitError instead of panicking. #119
  • Fixes bug where allowed origin functions are not called if allowed_origins is All. #119
  • AllOrSome is no longer public. #119
  • Functions used for allowed_origin_fn now receive the Origin HeaderValue as the first parameter. #120

#114: actix/actix-extras#114 #118: actix/actix-extras#118 #119: actix/actix-extras#119 #120: actix/actix-extras#120

... (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-cors](https://github.com/actix/actix-extras) from 0.4.1 to 0.5.4.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@cors-v0.4.1...cors-v0.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2021
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
0 participants