mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-12 11:06:33 +00:00
Fix deps.
This commit is contained in:
parent
e83df3991f
commit
2dc90eedf5
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ tracing-actix-web = "0.2.0"
|
|||
serde-aux = "1.0.1"
|
||||
unicode-segmentation = "1.7.1"
|
||||
validator = "0.12.0"
|
||||
quickcheck_macros = "0.9.1"
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest = { version = "0.10.7", features = ["json"] }
|
||||
lazy_static = "1.4.0"
|
||||
claim = "0.4.0"
|
||||
quickcheck = "0.9.2"
|
||||
fake = "2.3.0"
|
||||
quickcheck_macros = "0.9.1"
|
||||
fake = "~2.3.0"
|
||||
|
|
Loading…
Reference in a new issue