Skip to content

Commit c21639d

Browse files
Update mockall requirement from 0.14 to 0.15 (#62)
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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: mockall dependency-version: 0.15.0 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 6878e84 commit c21639d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tracing = "0.1"
3333

3434
[dev-dependencies]
3535
tokio = { version = "1", features = ["macros"] }
36-
mockall = "0.14"
36+
mockall = "0.15"
3737
httpmock = "0.8"
3838
rand = "0.10"
3939

0 commit comments

Comments
 (0)