Skip to content

Commit

Permalink
Merge pull request #2859 from containers/dependabot/cargo/mockall-0.13.0
Browse files Browse the repository at this point in the history
Bump mockall from 0.12.1 to 0.13.0
  • Loading branch information
jprendes authored Jul 22, 2024
2 parents 68a5e84 + ba4ab96 commit 9e6649f
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 9e6649f

Please sign in to comment.