1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update actix ecosystem deps

This commit is contained in:
Rob Ede
2023-10-29 01:06:58 +01:00
parent 1eeb935674
commit 1a44c313e4
4 changed files with 31 additions and 20 deletions

View File

@ -10,3 +10,5 @@ env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
parking_lot = "0.12"
tokio = { workspace = true, features = ["sync"] }
tokio-stream.workspace = true