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 Jul 23, 2024
1 parent 131a192 commit dc008b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 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 @@ -12,7 +12,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="843ecf44ab592216bd4a483a07543c329d2baee1" }
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 dc008b3

Please sign in to comment.