Skip to content

chore(deps): bump tower-sessions from 0.14.0 to 0.15.0#65

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tower-sessions-0.15.0
Open

chore(deps): bump tower-sessions from 0.14.0 to 0.15.0#65
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tower-sessions-0.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps tower-sessions from 0.14.0 to 0.15.0.

Release notes

Sourced from tower-sessions's releases.

v0.15.0

What's Changed

  • Update rand to v0.9. #238
  • Fix memory ordering race. #254

New Contributors

Full Changelog: maxcountryman/tower-sessions@v0.14.0...v0.15.0

Changelog

Sourced from tower-sessions's changelog.

0.15.0

  • Update rand to v0.9. #238
  • Fix memory ordering race. #254
Commits
  • 92ad026 mark v0.15.0
  • 3cd7a25 Insert/remove session data before release-update to is_modified
  • 7800836 Add tower-sessions-cookie-store to the README
  • 5ea8112 Update mockall requirement from 0.13.0 to 0.14.0
  • 9acb2d1 fix: clippy lints
  • 9ad9533 fix(tower-sessions-core): disable parking_lot serde feature
  • 81105af Update rand
  • See full diff in compare view

Dependabot compatibility score

You 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sharkAndshark
Copy link
Owner

@evan-zhang11

Copy link
Collaborator

@evan-zhang11 evan-zhang11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ 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:

  1. Wait for axum-login to release a version compatible with tower-sessions 0.15.0
  2. Or close this PR and reopen when dependencies are aligned

Recommend closing this PR until the dependency ecosystem is ready for this upgrade.

@dependabot dependabot bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch from 2c351ee to aa5e513 Compare February 16, 2026 09:00
@dependabot dependabot bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch 2 times, most recently from a177a24 to ea9f809 Compare February 23, 2026 07:59
@dependabot dependabot bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch from ea9f809 to 6025e9b Compare February 27, 2026 03:33
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>
@dependabot dependabot bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch from 6025e9b to 2b75c63 Compare March 9, 2026 02:28
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.

2 participants