Skip to content

Commit

Permalink
Bump mockall from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [mockall](https://github.com/asomers/mockall) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/commits)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 68a5e84 commit ba4ab96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing = { version = "0.1.40", features = ["attributes"] }
anyhow = "1.0"
oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.12.1", features = [] }
mockall = { version = "0.13.0", features = [] }
clap = "4.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit ba4ab96

Please sign in to comment.