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

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aloise committed Jul 14, 2023
1 parent f00db47 commit 10446cc
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 10446cc

Please sign in to comment.