Update deps

This commit is contained in:
asonix 2021-03-09 19:52:48 -06:00
parent 508bea71f3
commit a5dc3afb82

View file

@ -10,9 +10,9 @@ keywords = ["actix", "form-data", "multipart", "async"]
edition = "2018"
[dependencies]
actix-multipart = "0.4.0-beta.2"
actix-rt = "2.0.2"
actix-web = "4.0.0-beta.3"
actix-multipart = "0.4.0-beta.3"
actix-rt = "2.1.0"
actix-web = "4.0.0-beta.4"
futures = "0.3.4"
mime = "0.3.16"
thiserror = "1.0"