Skip to content

Commit

Permalink
fix: actix_web with correct rustls
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Sep 22, 2024
1 parent d58e7e0 commit 4cf50c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
sys_metrics = { git = "https://github.com/Martichou/sys_metrics" }
askama = "0.12"
actix-web = { version = "4.3", features = ["rustls"] }
actix-web = { version = "4.3", features = ["rustls-0_23"] }
actix-session = { version = "0.10", features = ["cookie-session"] }
axum = { version = "0.7" }
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 4cf50c0

Please sign in to comment.