Skip to content

Commit

Permalink
Update mockall requirement from 0.11.2 to 0.13.0 in /sdk
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.2...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 5c10fa8 commit b0cace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ web-sys = { version = "0.3.58", features = [

[dev-dependencies]
anyhow = "1.0.40"
mockall = "0.11.2"
mockall = "0.13.0"
c2pa = { path = ".", features = [
"unstable_api",
] } # allow integration tests to use the new API
Expand Down

0 comments on commit b0cace1

Please sign in to comment.