Skip to content

Commit

Permalink
chore(deps): Update mockall requirement from 0.12.1 to 0.13.0
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.12.1...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 18, 2024
1 parent 017fd8b commit 8ba5c8e
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 @@ -21,7 +21,7 @@ tracing = { version = "0.1.40" }
url = { version = "2.5.0" }

# Optional dependencies
mockall = { version = "0.12.1", optional = true }
mockall = { version = "0.13.0", optional = true }
moka = { version = "0.12.3", features = ["future"], optional = true }

# ATLAS internal dependencies
Expand Down

0 comments on commit 8ba5c8e

Please sign in to comment.