Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Nov 28, 2024
1 parent adb343a commit 1e44650
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 11 deletions.
46 changes: 37 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions thoth-api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ thoth-errors = { version = "=0.13.2", path = "../thoth-errors" }
actix-web = "4.9"
actix-cors = "0.7.0"
actix-http = "3.9.0"
actix-identity = "0.7.1"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
env_logger = "0.11.5"
futures-util = "0.3.31"
log = "0.4.22"
Expand Down

0 comments on commit 1e44650

Please sign in to comment.