chore(deps): bump tower-sessions from 0.14.0 to 0.15.0#65
chore(deps): bump tower-sessions from 0.14.0 to 0.15.0#65dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
evan-zhang11
left a comment
There was a problem hiding this comment.
❌ CI Failed - Version Conflict
This PR causes a compilation error due to dependency conflict:
error[E0308]: mismatched types
--> backend/src/routes.rs:61:66
|
61 | AuthManagerLayerBuilder::new(state.auth_backend.clone(), session_layer).build();
| ---------------------------- ^^^^^^^^^^^^^^ expected `SessionManagerLayer<_, _>`, found `SessionManagerLayer<DuckDBStore>`
| |
| arguments to this function are incorrect
|
= note: there are multiple different versions of crate `tower_sessions` in the dependency graph
Root Cause: axum-login 0.18.0 depends on tower-sessions 0.14.0. Updating tower-sessions to 0.15.0 creates a version mismatch.
Solutions:
- Wait for
axum-loginto release a version compatible withtower-sessions 0.15.0 - Or close this PR and reopen when dependencies are aligned
Recommend closing this PR until the dependency ecosystem is ready for this upgrade.
2c351ee to
aa5e513
Compare
a177a24 to
ea9f809
Compare
ea9f809 to
6025e9b
Compare
Bumps [tower-sessions](https://github.com/maxcountryman/tower-sessions) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/maxcountryman/tower-sessions/releases) - [Changelog](https://github.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md) - [Commits](maxcountryman/tower-sessions@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: tower-sessions dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6025e9b to
2b75c63
Compare
|
Failed Checks:
Passed Checks:
Note: This PR bumps tower-sessions from 0.14.0 to 0.15.0, which has been known to cause conflicts with axum-login as noted in issue #68. Recommendation: |
Bumps tower-sessions from 0.14.0 to 0.15.0.
Release notes
Sourced from tower-sessions's releases.
Changelog
Sourced from tower-sessions's changelog.
Commits
92ad026mark v0.15.03cd7a25Insert/remove session data before release-update to is_modified7800836Add tower-sessions-cookie-store to the README5ea8112Update mockall requirement from 0.13.0 to 0.14.09acb2d1fix: clippy lints9ad9533fix(tower-sessions-core): disable parking_lot serde feature81105afUpdate randYou can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)