Skip to content

Commit

Permalink
Update tower-sessions requirement from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tower-sessions](https://github.com/maxcountryman/tower-sessions) to permit the latest version.
- [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.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: tower-sessions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 85b66e9 commit e331a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http-body-util = "0.1"
hyper = "1.0"
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
tower = "0.4"
tower-sessions = "0.9.1"
tower-sessions = "0.10.0"

[[example]]
name = "basic"

0 comments on commit e331a54

Please # to comment.