Skip to content

Commit

Permalink
DEP: use rustls with awc
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Sep 17, 2024
1 parent cc6e7c2 commit 61db713
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 9 deletions.
143 changes: 135 additions & 8 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 @@ -16,7 +16,7 @@ include = [

[dependencies]
actix = "0.13"
awc = { version = "3.5", features = ["openssl"] }
awc = { version = "3.5", features = ["rustls"] }
chrono = "0.4"
env_logger = "0.11.5"
jwt = { version = "0.11", features = ["openssl"] }
Expand Down

0 comments on commit 61db713

Please sign in to comment.