Skip to content

Commit

Permalink
Bump actix-session from 0.9.0 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [actix-session](https://github.com/actix/actix-extras) from 0.9.0 to 0.10.1.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@redis-v0.9.0...session-v0.10.1)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent fb26547 commit 8568723
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 8 deletions.
58 changes: 51 additions & 7 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 @@ -11,7 +11,7 @@ actix-rt = "2.10.0"
actix-web = "4.8.0"
actix-files = "0.6.6"
actix-identity = "0.7.1"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-session = { version = "0.10.1", features = ["cookie-session"] }
http = "1.1.0"

rand = "0.8.5"
Expand Down

0 comments on commit 8568723

Please sign in to comment.