Skip to content

Commit 07a2594

Browse files
Update fake requirement from 2.5 to 3.0 (#251)
--- updated-dependencies: - dependency-name: fake dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82f93ad commit 07a2594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ num_enum = "0.7.0"
1919
derive_more = "0.99"
2020

2121
[dev-dependencies]
22-
fake = { version = "2.5", features=['derive', 'chrono','uuid']}
22+
fake = { version = "3.0", features=['derive', 'chrono','uuid']}
2323
rand = "0.8"
2424
pretty_assertions = "1.2.0"

0 commit comments

Comments
 (0)