mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fix deps
This commit is contained in:
@ -16,5 +16,10 @@ actix.workspace = true
|
||||
actix-files.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-web-actors.workspace = true
|
||||
awc.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
futures-util = { workspace = true, features = ["sink"] }
|
||||
log.workspace = true
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-stream.workspace = true
|
||||
|
Reference in New Issue
Block a user