Update actix-http.

This commit is contained in:
Luca Palmieri 2021-08-31 23:26:16 +02:00
parent 9b2ff6bd9f
commit 5ea25c7c8b
2 changed files with 348 additions and 353 deletions

699
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ name = "zero2prod"
[dependencies]
actix-web = "=4.0.0-beta.8"
actix-http = "=3.0.0-beta.8"
actix-http = "=3.0.0-beta.9"
serde = "1.0.115"
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
sqlx = { version = "0.5.5", default-features = false, features = ["runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate"] }