1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: simplify cert-watch runtime

This commit is contained in:
Rob Ede
2024-02-06 22:12:55 +00:00
parent bd45c20874
commit 051e84268a
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@ log.workspace = true
notify = "6"
rustls.workspace = true
rustls-pemfile = "1"
tokio = { workspace = true, features = ["time", "rt-multi-thread", "macros"] }
tokio = { workspace = true, features = ["time", "rt", "macros"] }
parking_lot = "0.12"