Skip to content

Commit

Permalink
Merge pull request #2563 from containers/dependabot/cargo/mockall-0.12.0
Browse files Browse the repository at this point in the history
chore(deps): bump mockall from 0.11.4 to 0.12.0
  • Loading branch information
YJDoc2 authored Dec 12, 2023
2 parents 9addf2e + a76ce30 commit f1c297e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 35 deletions.
53 changes: 19 additions & 34 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.4", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.4", features = [] }
mockall = { version = "0.12.0", features = [] }
clap = "4.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit f1c297e

Please sign in to comment.