Skip to content

Commit

Permalink
Merge pull request #187 from lixmal/dependabot/cargo/actix-session-0.…
Browse files Browse the repository at this point in the history
…10.1

build(deps): bump actix-session from 0.8.0 to 0.10.1
  • Loading branch information
lixmal authored Nov 22, 2024
2 parents 8daf0e5 + 322237d commit 8602fc9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 28 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 @@ -12,7 +12,7 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
actix-server = "2.3.0"
actix-files = "0.6.5"
actix-web = "4"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-session = { version = "0.10.1", features = ["cookie-session"] }
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "fs"] }
tokio-util = { version = "0.7.10", features = ["io", "io-util", "compat"] }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 8602fc9

Please sign in to comment.