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

move a couple more things to workspace deps

This commit is contained in:
Rob Ede
2023-01-02 20:33:43 +00:00
parent 7ca1024742
commit 91ffa11e19
63 changed files with 145 additions and 141 deletions

View File

@ -9,9 +9,9 @@ repository = "https://github.com/actix/examples"
readme = "README.md"
[dependencies]
actix-multipart = { workspace = true }
actix-web = { workspace = true }
actix-multipart.workspace = true
actix-web.workspace = true
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
futures-util.workspace = true
sanitize-filename = "0.4"
uuid = { version = "1", features = ["v4"] }