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

build(deps): Bump actix-web-httpauth from 0.4.1 to 0.5.1 #26

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 Jun 8, 2022

Bumps actix-web-httpauth from 0.4.1 to 0.5.1.

Release notes

Sourced from actix-web-httpauth's releases.

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.1

  • Correct error handling when extracting auth details from request. #128

#128: actix/actix-extras#128

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

actix-session: v0.5.0

  • Update actix-web dependency to 4.

actix-session: v0.5.0-beta.8

  • Update actix-web dependency to 4.0.0-rc.1.

... (truncated)

Commits
  • a396c1b prepare cors release 0.5.1
  • 0b2eff9 Fix allow_any_header setter (#121)
  • 7642960 prepare cors release 0.5.0
  • f20b724 cors origin validator function receives origin as first parameter (#120)
  • 6084c47 CORS builder rework (#119)
  • c8e641d cors: hide service struct from docs (#118)
  • b59e307 Updated example link to use actix-extras repo (#117)
  • 2d1a493 move actix-casbin lib from examples readme
  • c57c97c Disable macOS cache to fix spurious failures (#116)
  • 06f17ec Panic on wildcard in Cors builder's allowed_origin() (#114)
  • 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 will merge this PR once CI passes on it, as requested by @notheotherben.


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 Jun 8, 2022
@notheotherben
Copy link
Member

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/cargo/actix-web-httpauth-0.5.1 branch 2 times, most recently from cc0e4d2 to 25dd35b Compare June 9, 2022 20:21
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.4.1 to 0.5.1.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@cors-v0.4.1...cors-v0.5.1)

---
updated-dependencies:
- dependency-name: actix-web-httpauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/actix-web-httpauth-0.5.1 branch from 25dd35b to 7d484aa Compare June 17, 2022 01:47
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.

1 participant