mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-03 22:56:28 +00:00
Update actix-http.
This commit is contained in:
parent
79f52686a7
commit
9b1fb0159a
2 changed files with 261 additions and 236 deletions
495
Cargo.lock
generated
495
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2"
|
||||
|
|
Loading…
Reference in a new issue