Skip to content

Commit

Permalink
Merge pull request #312 from spacemeshos/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
fasmat authored Jul 22, 2024
2 parents a136d09 + a87764e commit 332a173
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 332a173

Please sign in to comment.