Skip to content

Commit 89a38ac

Browse files
chore(deps): bump tower-sessions from 0.14.0 to 0.15.0
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>
1 parent 99e58ae commit 89a38ac

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ tokio = { version = "1.49", default-features = false }
143143
toml = { version = "0.9", default-features = false }
144144
tower = "0.5.3"
145145
tower-livereload = "0.9.6"
146-
tower-sessions = { version = "0.14", default-features = false }
146+
tower-sessions = { version = "0.15", default-features = false }
147147
tracing = { version = "0.1", default-features = false }
148148
tracing-subscriber = "0.3"
149149
tracing-test = "0.2"

0 commit comments

Comments
 (0)