mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-12 19:16:32 +00:00
Update actix-http.
This commit is contained in:
parent
d6cd6f08fd
commit
7a506b7a81
2 changed files with 360 additions and 422 deletions
780
Cargo.lock
generated
780
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@ name = "zero2prod"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "=4.0.0-beta.8"
|
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"
|
serde = "1.0.115"
|
||||||
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
|
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"] }
|
sqlx = { version = "0.5.5", default-features = false, features = [ "runtime-actix-rustls", "macros", "postgres", "uuid", "chrono", "migrate"] }
|
||||||
|
|
Loading…
Reference in a new issue