Skip to content

Commit

Permalink
Update Rust crate mockall to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 1c91115 commit eba8f7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions modules/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 modules/RsIskraMeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chrono = "0.4.31"
everestrs = { workspace=true }
log = "0.4.20"
rand = "0.8.5"
mockall = { version = "0.12.1", optional = true }
mockall = { version = "0.13.0", optional = true }
mockall_double = { version = "0.3.1", optional = true}

[features]
Expand Down
2 changes: 1 addition & 1 deletion modules/RsPaymentTerminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.75"
zvt_feig_terminal = { git="https://github.com/Everest/zvt.git", rev="9922e83c5b32b38b3f4858ecee84e28738b0ec1e" }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "net", "sync"] }
log = "0.4.20"
mockall = { version = "0.12.1", optional = true }
mockall = { version = "0.13.0", optional = true }
mockall_double = { version = "0.3.1", optional = true}

[build-dependencies]
Expand Down

0 comments on commit eba8f7d

Please sign in to comment.