diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index f97fdf8b..12690ed7 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -19,6 +19,6 @@ num_enum = "0.7.0" derive_more = "0.99" [dev-dependencies] -fake = { version = "2.5", features=['derive', 'chrono','uuid']} +fake = { version = "3.0", features=['derive', 'chrono','uuid']} rand = "0.8" pretty_assertions = "1.2.0"