mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-08 06:52:24 +00:00
Update actix-http.
This commit is contained in:
parent
fd3bdce8b8
commit
4fe3710104
2 changed files with 322 additions and 367 deletions
687
Cargo.lock
generated
687
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-http = "=3.0.0-beta.8"
|
||||
actix-http = "=3.0.0-beta.9"
|
||||
actix-web = "=4.0.0-beta.8"
|
||||
serde = "1.0.115"
|
||||
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
|
||||
|
|
Loading…
Reference in a new issue