Skip to content

Commit

Permalink
Remove rustls dependency from actix-web
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Nov 27, 2022
1 parent 783d316 commit 036c1f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 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 @@ -6,7 +6,7 @@ edition = "2021"
default-run = "server"

[dependencies]
actix-web = { version = "4.2.1", features = ["rustls"] }
actix-web = "4.2.1"
actix-files = "0.6.2"
csv = "1.1.6"
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 036c1f5

Please sign in to comment.