Skip to content

Commit

Permalink
Update mockall requirement from 0.12.1 to 0.13.0 (#205)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent a07bb7a commit 05517aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-sessions-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ tracing = { version = "0.1.40", features = ["log"] }
tower-sessions = { workspace = true, features = ["memory-store"] }
tokio-test = "0.4.3"
tokio = { workspace = true, features = ["rt", "macros"] }
mockall = "0.12.1"
mockall = "0.13.0"

0 comments on commit 05517aa

Please sign in to comment.