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
UserId
type (formerly hard-coded toString
) inAuthUser
,AuthContext
, andRequireAuthorizationLayer
.SqlxStore
: Removewith_table_name
andwith_column_name
in favor ofwith_query
.OTHER CHANGES:
- Add this changelog
🎉 - Extend .gitignore
- Bump
axum-sessions
to 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
secrecy
feature0.3.0
- Implement role bounds
- Implement
PartialOrd
forRole
- Implement a role-based
RequireAuthorizationLayer
- Implement basic RBAC support
- Add an example to require a special user field value
- Remove
std::fmt::Debug
fromAuthUser
requirements- Add
oauth
example0.2.0
- General fixes and improvements
0.1.0
- Initial release
🎉
Commits
-
6d2f2ce
mark v0.5.0 -
be7e667
link toaxum-sessions
-
de31751
bump axum-sessions -
2487bce
Parametrize type of user ID (#49) -
4efb8aa
Integration tests setup (#43) -
6657e9d
Merge pull request #38 from czotomo/flexible-load-user-method-in-user-store -
6e7d15d
add makefile with CI-mimicked targets -
6229488
fix clippy issues -
511da52
remove redundant imports -
61a94f1
drop 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 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)