Skip to content

build(deps): bump tower-sessions from 0.14.0 to 0.15.0#455

Merged
MorpheusXAUT merged 2 commits into
mainfrom
dependabot/cargo/tower-sessions-0.15.0
Mar 27, 2026
Merged

build(deps): bump tower-sessions from 0.14.0 to 0.15.0#455
MorpheusXAUT merged 2 commits into
mainfrom
dependabot/cargo/tower-sessions-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 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 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 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 dependabot Bot added dependencies rust Pull requests that update rust code labels Feb 2, 2026
@MorpheusXAUT
Copy link
Copy Markdown
Member

Needs an update in axum-login due to trait incompatibility at the moment

@MorpheusXAUT MorpheusXAUT self-assigned this Feb 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch 4 times, most recently from 7ef1907 to 70258f6 Compare February 17, 2026 06:27
@dependabot dependabot Bot force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch 2 times, most recently from 8ae218f to b9df180 Compare February 19, 2026 06:29
dependabot Bot and others added 2 commits March 27, 2026 17:42
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>
…ions-stores

finally let's us upgrade tower-sessions since the other packages consuming it are apparently not regularly bumped...
@MorpheusXAUT MorpheusXAUT force-pushed the dependabot/cargo/tower-sessions-0.15.0 branch from b9df180 to 743c0a3 Compare March 27, 2026 17:01
@MorpheusXAUT MorpheusXAUT merged commit f6c81af into main Mar 27, 2026
16 checks passed
@MorpheusXAUT MorpheusXAUT deleted the dependabot/cargo/tower-sessions-0.15.0 branch March 27, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant