Skip to content

Commit

Permalink
chore(deps): bump mockall from 0.11.3 to 0.11.4 (#3425)
Browse files Browse the repository at this point in the history
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.3 to 0.11.4.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.11.3...v0.11.4)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Alex Voloshyn committed Jul 20, 2023
1 parent d55f6a1 commit 3dfb710
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mc-util-from-random = { path = "../../util/from-random" }
mc-util-serial = { path = "../../util/serial", features = ["std"] }

maplit = "1.0.2"
mockall = "0.11.3"
mockall = "0.11.4"
primitive-types = "0.12.1"
rand = "0.8"
rand_hc = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion consensus/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mc-transaction-core-test-utils = { path = "../../transaction/core/test-utils" }
mc-util-from-random = { path = "../../util/from-random" }
mc-util-logger-macros = { path = "../../util/logger-macros" }

mockall = "0.11.3"
mockall = "0.11.4"
rand_core = { version = "0.6", default-features = false }
rand_hc = "0.3"
serial_test = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion fog/report/resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mc-fog-report-validation = { path = "../validation" }
mc-fog-sig = { path = "../../sig", default-features = false }
mc-util-uri = { path = "../../../util/uri" }

mockall = { version = "0.11.3", optional = true }
mockall = { version = "0.11.4", optional = true }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
2 changes: 1 addition & 1 deletion fog/report/validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ mc-util-serial = { path = "../../../util/serial" }
mc-util-uri = { path = "../../../util/uri" }

displaydoc = { version = "0.2", default-features = false }
mockall = { version = "0.11.3", optional = true }
mockall = { version = "0.11.4", optional = true }
2 changes: 1 addition & 1 deletion ledger/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mc-util-uri = { path = "../../util/uri" }
crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.12.1"
mockall = "0.11.3"
mockall = "0.11.4"
protobuf = "2.27.1"
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] }
Expand Down
2 changes: 1 addition & 1 deletion peers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mc-util-uri = { path = "../util/uri" }
crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.12.1"
mockall = "0.11.3"
mockall = "0.11.4"
protobuf = "2.27.1"
retry = "2.0"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit 3dfb710

Please sign in to comment.