Skip to content

Commit

Permalink
update: bump mockall requirement from 0.11.2 to 0.13.1 in /sdk (#685)
Browse files Browse the repository at this point in the history
update: update mockall requirement from 0.11.2 to 0.13.1 in /sdk

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.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>
Co-authored-by: Eric Scouten <[email protected]>
  • Loading branch information
dependabot[bot] and scouten-adobe authored Dec 11, 2024
1 parent e746a19 commit 04e125c
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 @@ -161,7 +161,7 @@ web-sys = { version = "0.3.58", features = [

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

0 comments on commit 04e125c

Please sign in to comment.