Skip to content

Commit

Permalink
build(deps): bump tower-sessions-redis-store from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [tower-sessions-redis-store](https://github.com/maxcountryman/tower-sessions-stores) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/maxcountryman/tower-sessions-stores/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent b254bdb commit 08b13f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 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 mango3-leptos-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_json = { workspace = true, optional = true }
server_fn = { workspace = true, features = ["multipart"] }
time = { version = "0.3.37", optional = true }
tower-sessions = { version = "0.13.0", optional = true, features = ["private"] }
tower-sessions-redis-store = { version = "0.15.0", optional = true }
tower-sessions-redis-store = { version = "0.16.0", optional = true }
tokio = { workspace = true, optional = true }
uuid = { workspace = true, optional = true }
wasm-bindgen = { workspace = true }
Expand Down

0 comments on commit 08b13f1

Please sign in to comment.