Skip to content

Commit

Permalink
build(deps): update mockall requirement from 0.11.4 to 0.12.1 (#89)
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.11.4...v0.12.1)

---
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 Jan 10, 2024
1 parent 44d7ce3 commit f2b7eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ openssl = { version = "0.10", features = ["vendored"] }
cbindgen = "0.26.0"

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

[lib]
name = "fliptengine"
Expand Down

0 comments on commit f2b7eae

Please sign in to comment.