Skip to content

Commit 9065fb1

Browse files
Update mockito requirement from = 1.4.0 to = 1.5.0 (#58)
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.4.0...1.5.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>
1 parent cc3ce05 commit 9065fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ thiserror = "1.0"
2222

2323
[dev-dependencies]
2424
assert_matches = "1.5"
25-
mockito = "= 1.4.0"
25+
mockito = "= 1.5.0"
2626
colored = "= 2.1.0"

0 commit comments

Comments
 (0)