Created by: dependabot[bot]
Updates the requirements on axum-login to permit the latest version.
Changelog
Sourced from axum-login's changelog.
0.5.0
BREAKING CHANGES:
- Parametrize the
UserIdtype (formerly hard-coded toString) inAuthUser,AuthContext, andRequireAuthorizationLayer.SqlxStore: Removewith_table_nameandwith_column_namein favor ofwith_query.OTHER CHANGES:
- Add this changelog
🎉 - Extend .gitignore
- Bump
axum-sessionsto 0.5.00.4.1
- Expose
sqlx_store::SqlxStore[PR #31](maxcountryman/axum-login#31)- Update README example
0.4.0
- Bump Axum to 0.6.0
- Introduce a
secrecyfeature0.3.0
- Implement role bounds
- Implement
PartialOrdforRole- Implement a role-based
RequireAuthorizationLayer- Implement basic RBAC support
- Add an example to require a special user field value
- Remove
std::fmt::DebugfromAuthUserrequirements- Add
oauthexample0.2.0
- General fixes and improvements
0.1.0
- Initial release
🎉
Commits
-
6d2f2cemark v0.5.0 -
be7e667link toaxum-sessions -
de31751bump axum-sessions -
2487bceParametrize type of user ID (#49) -
4efb8aaIntegration tests setup (#43) -
6657e9dMerge pull request #38 from czotomo/flexible-load-user-method-in-user-store -
6e7d15dadd makefile with CI-mimicked targets -
6229488fix clippy issues -
511da52remove redundant imports -
61a94f1drop table_name from SqlxStore && add query to SqlxStore - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)