mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-04-28 20:54:42 +00:00
Update to actix-web v4
This commit is contained in:
parent
96abe6eaf6
commit
fad7688308
2 changed files with 290 additions and 213 deletions
501
Cargo.lock
generated
501
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
||||||
name = "zero2prod"
|
name = "zero2prod"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "=4.0.0-beta.19"
|
actix-web = "4"
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||||
serde = "1.0.115"
|
serde = "1.0.115"
|
||||||
config = { version = "0.11", default-features = false, features = ["yaml"] }
|
config = { version = "0.11", default-features = false, features = ["yaml"] }
|
||||||
|
|
Loading…
Reference in a new issue