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

update some easy deps

This commit is contained in:
Rob Ede
2022-07-09 22:54:51 +01:00
parent b85201494a
commit bbb2e54f07
13 changed files with 68 additions and 139 deletions

View File

@ -13,5 +13,5 @@ actix-multipart = "0.4"
actix-web = "4"
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }
sanitize-filename = "0.3"
sanitize-filename = "0.4"
uuid = { version = "0.8", features = ["v4"] }