Skip to content

Commit

Permalink
Update actix-session requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [actix-session](https://github.com/actix/actix-extras) to permit the latest version.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@redis-v0.9.0...redis-v0.10.0)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Sep 1, 2024
1 parent 0611b7a commit caebfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvd-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dependencies]
actix-web = { version = "4.4.0", features = ["openssl", "cookies"] }
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-session = { version = "0.10.0", features = ["cookie-session"] }
openssl = { version = "0.10", features = ["vendored"] }
actix-files = "0.6.2"
actix-cors = "0.7.0"
Expand Down

0 comments on commit caebfe7

Please sign in to comment.