mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-11 18:46:33 +00:00
Update to actix-web v4
This commit is contained in:
parent
4d19a3c00a
commit
b4977a60d2
2 changed files with 371 additions and 293 deletions
660
Cargo.lock
generated
660
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
|||
name = "zero2prod"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "=4.0.0-beta.19"
|
||||
actix-web = "4"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
serde = "1.0.115"
|
||||
config = { version = "0.11", default-features = false, features = ["yaml"] }
|
||||
|
@ -29,7 +29,7 @@ tracing-log = "0.1.1"
|
|||
serde-aux = "3"
|
||||
unicode-segmentation = "1.7.1"
|
||||
validator = "0.14.0"
|
||||
tracing-actix-web = "=0.5.0-beta.9"
|
||||
tracing-actix-web = "0.5"
|
||||
secrecy = { version = "0.8", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue