Skip to content

Commit a332b4f

Browse files
chore(deps): bump tower-sessions from 0.14.0 to 0.15.0 (#328)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 813bed8 commit a332b4f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ libc = "0.2"
6767

6868
# Authentication
6969
bcrypt = "0.18.0"
70-
tower-sessions = "0.14"
70+
tower-sessions = "0.15"
7171

7272
# CLI argument parsing
7373
clap = { version = "4.5", features = ["derive", "env"] }

0 commit comments

Comments
 (0)