Skip to content

Commit

Permalink
Update mockito requirement from = 1.1.0 to = 1.4.0 (#55)
Browse files Browse the repository at this point in the history
Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@1.1.0...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 9da53a7 commit 893bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ thiserror = "1.0"

[dev-dependencies]
assert_matches = "1.5"
mockito = "= 1.1.0"
mockito = "= 1.4.0"
colored = "= 2.1.0"

0 comments on commit 893bbce

Please sign in to comment.