Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from 21re/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
aloise authored Jul 14, 2023
2 parents 93fa369 + 10446cc commit 2803a57
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
83 changes: 83 additions & 0 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 @@ -7,7 +7,7 @@ rust-version = "1.70.0"

[dependencies]
actix = "0.13.0"
actix-web = "4.3.1"
actix-web = { version = "4.3.1", features = ["rustls", "compress-gzip", "cookies", "macros"], default-features = false }
awc = "3.1.1"
serde = { version = "1.0.164", features = ["rc"] }
serde_derive = "1.0.164"
Expand Down

0 comments on commit 2803a57

Please sign in to comment.