Skip to content

Commit 09deeb4

Browse files
committed
enable actix tls
1 parent 4df37e9 commit 09deeb4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

aggregation_mode/Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggregation_mode/gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ db = { workspace = true }
1818
tracing = { version = "0.1", features = ["log"] }
1919
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
2020
bincode = "1.3.3"
21-
actix-web = "4"
21+
actix-web = { version = "4", features = ["rustls-0_23"] }
2222
actix-multipart = "0.7.2"
2323
actix-web-prometheus = "0.1.2"
2424
rustls = { version = "0.23", optional = true, default-features = false, features = ["std", "aws-lc-rs"] }

0 commit comments

Comments
 (0)