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](asomers/mockall@v0.12.1...v0.13.0)

---
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 19b7739 commit a87764e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd9
primitive-types = "0.12.1"
thiserror = "1.0.63"
thread_local = "1.1.7"
mockall = "0.12.1"
mockall = "0.13.0"
core_affinity = "0.8.1"
hex = "0.4.3"

Expand Down
2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ duration-str = { version = "0.11.2", default-features = false, features = [
"time",
] }
parity-scale-codec = { version = "3.6.12", features = ["derive", "serde"] }
mockall = "0.12.1"
mockall = "0.13.0"

[dev-dependencies]
axum-test = "15.3.0"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ eyre = "0.6.12"
env_logger = "0.11.1"
clap = { version = "4.5.9", features = ["derive"] }
hex = "0.4.3"
mockall = "0.12.1"
mockall = "0.13.0"
sysinfo = "0.30.13"
axum = "0.7.5"
serde = { version = "1.0.204", features = ["derive"] }
Expand Down

0 comments on commit a87764e

Please sign in to comment.