Skip to content

Commit

Permalink
Update fake requirement from 2.5 to 3.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: fake
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 82f93ad commit 2c0aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2c0aa66

Please sign in to comment.