Skip to content

Commit

Permalink
build(deps): update mockall requirement in /flipt-evaluation (#305)
Browse files Browse the repository at this point in the history
Updates the requirements on [mockall](https://github.com/asomers/mockall) to permit the latest version.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 36d609b commit ff9a736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-evaluation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ chrono = { version = "0.4.31", features = ["serde"] }
web-time = "1.1.0"

[dev-dependencies]
mockall = "0.12.1"
mockall = "0.13.0"

0 comments on commit ff9a736

Please sign in to comment.