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

Update actix-cors crate to 0.7.0 #333

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actix-cors (source) dependencies minor 0.3.0 -> 0.7.0

Release Notes

actix/actix-extras (actix-cors)

v0.7.0

  • Cors is now marked #[must_use].
  • Default for Cors::block_on_origin_mismatch is now false.
  • Minimum supported Rust version (MSRV) is now 1.75.

v0.6.5

  • Fix Vary header when Private Network Access is enabled.
  • Minimum supported Rust version (MSRV) is now 1.68.

v0.6.4

  • Add Cors::allow_private_network_access() behind an unstable flag (draft-private-network-access).

v0.6.3

  • Add Cors::block_on_origin_mismatch() option for controlling if requests are pre-emptively rejected.
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.

v0.6.2

  • Fix expose_any_header to return list of response headers.
  • Minimum supported Rust version (MSRV) is now 1.57 due to transitive time dependency.

v0.6.1

  • Do not consider requests without a Access-Control-Request-Method as preflight.

v0.6.0

  • Update actix-web dependency to 4.0.
0.6.0 pre-releases

v0.5.4

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

v0.5.3

  • Fix version spec for derive_more dependency.

v0.5.2

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

v0.5.1

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

v0.5.0

  • 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

v0.4.1

  • Allow closures to be used with allowed_origin_fn. #​110

v0.4.0

  • Implement allowed_origin_fn builder method. #​93
  • Use TryInto instead of TryFrom where applicable. #​106

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate actix-cors to 0.5.4 Update actix-cors crate to 0.5.4 Nov 2, 2021
@renovate renovate bot changed the title Update actix-cors crate to 0.5.4 Update actix-cors crate to 0.6.0 Feb 25, 2022
@renovate renovate bot force-pushed the renovate/actix-cors-0.x branch from 5fc7d89 to e40c952 Compare March 7, 2022 21:45
@renovate renovate bot changed the title Update actix-cors crate to 0.6.0 Update actix-cors crate to 0.6.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/actix-cors-0.x branch from e40c952 to af967ad Compare August 7, 2022 21:51
@renovate renovate bot changed the title Update actix-cors crate to 0.6.1 Update actix-cors crate to 0.6.2 Aug 7, 2022
@renovate renovate bot force-pushed the renovate/actix-cors-0.x branch from af967ad to fd08d4c Compare August 9, 2022 21:09
@renovate renovate bot changed the title Update actix-cors crate to 0.6.2 Update actix-cors crate to 0.6.3 Sep 22, 2022
@renovate renovate bot changed the title Update actix-cors crate to 0.6.3 Update actix-cors crate to 0.6.4 Oct 29, 2022
@renovate renovate bot force-pushed the renovate/actix-cors-0.x branch 2 times, most recently from 71236bf to 086104f Compare March 15, 2023 18:50
@renovate renovate bot changed the title Update actix-cors crate to 0.6.4 Update actix-cors crate to 0.6.5 Dec 6, 2023
@renovate renovate bot changed the title Update actix-cors crate to 0.6.5 Update actix-cors crate to 0.7.0 Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants