diff --git a/Cargo.toml b/Cargo.toml index 1199da8..a2b2f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"