Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent b0f89a0 commit 082cc6f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 25 deletions.
105 changes: 81 additions & 24 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 crates/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.77"
redact = { version = "0.1.8", features = [ "serde" ] }
tower-sessions = { version = "0.10" }
tower-sessions = { version = "0.11" }
tower-sessions-surrealdb-store = { version = "0.3" }

axum-login.workspace = true
Expand Down

0 comments on commit 082cc6f

Please sign in to comment.