Skip to content

Commit

Permalink
Bump tower-sessions from 0.11.0 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [tower-sessions](https://github.com/maxcountryman/tower-sessions) from 0.11.0 to 0.11.1.
- [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.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: tower-sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 67a880c commit f72e6b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tracing = { version = "0.1.40", features = ["async-await", "log"] }
tracing-subscriber = { version = "0.3.18", features = ["local-time", "parking_lot", "time"] }
tower = { version = "0.4.13", features = ["timeout", "tokio"] }
tower-http = { version = "0.5.2", features = ["fs", "normalize-path", "timeout", "tokio"] }
tower-sessions = { version = "0.11.0", features = ["axum-core"] }
tower-sessions = { version = "0.11.1", features = ["axum-core"] }
tower-sessions-redis-store = "0.11.0"
url = "2.5.0"
validator = { version = "0.17.0", features = ["derive"] }
Expand Down

0 comments on commit f72e6b8

Please sign in to comment.