Skip to content

Commit

Permalink
Merge pull request #112 from raikasdev/main
Browse files Browse the repository at this point in the history
Serverside hidden activities
  • Loading branch information
lajp authored May 28, 2024
2 parents fe14b08 + 5b0dcf5 commit 56fc194
Show file tree
Hide file tree
Showing 22 changed files with 1,196 additions and 762 deletions.
726 changes: 415 additions & 311 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ testausid = ["dep:awc"]
lto = true

[dependencies]
actix-web = { version = "4.2.1", features = ["macros", "rustls"] }
actix-web = { version = "4.5.1", features = ["macros", "rustls"] }
awc = { version = "3.0.0", features = ["rustls"], optional = true }
actix-cors = "0.6"
http = "0.2"
Expand Down Expand Up @@ -42,5 +42,5 @@ url = "2.2"

itertools = "0.10.3"
governor = "0.6.0"
diesel = { version = "2.1.0", features = ["chrono", "serde_json"] }
diesel = { version = "2.1.0", features = ["chrono", "serde_json", "postgres_backend"] }
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
Loading

0 comments on commit 56fc194

Please sign in to comment.