Skip to content

Commit

Permalink
Bump mockall from 0.10.2 to 0.11.0 (#1240)
Browse files Browse the repository at this point in the history
* Bump mockall from 0.10.2 to 0.11.0

Bumps [mockall](https://github.com/asomers/mockall) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/asomers/mockall/releases)
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.10.2...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tests: update Cargo.lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>
  • Loading branch information
dependabot[bot] and remoun committed Jan 26, 2022
1 parent 6a60c9d commit a224d84
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 45 deletions.
48 changes: 10 additions & 38 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/enclave/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ mc-transaction-core = { path = "../../../transaction/core" }
mc-util-from-random = { path = "../../../util/from-random" }
mc-util-serial = { path = "../../../util/serial" }

mockall = "0.10.2"
mockall = "0.11.0"
rand_core = "0.6"
rand_hc = "0.3"
2 changes: 1 addition & 1 deletion consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mc-util-serial = { path = "../../util/serial", features = ["std"] }

bigint = "4.4"
maplit = "1.0.2"
mockall = "0.10.2"
mockall = "0.11.0"
rand = "0.8"
rand_hc = "0.3"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion consensus/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.10.2"
mockall = "0.11.0"
rand_core = { version = "0.6", default-features = false }
rand_hc = "0.3"
serial_test = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion fog/report/validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ mc-util-serial = { path = "../../../util/serial" }
mc-util-uri = { path = "../../../util/uri" }

displaydoc = { version = "0.2", default-features = false }
mockall = { version = "0.10.2", optional = true }
mockall = { version = "0.11.0", optional = true }
2 changes: 1 addition & 1 deletion ledger/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mc-util-telemetry = { path = "../../util/telemetry" }
displaydoc = { version = "0.2", default-features = false }
lazy_static = "1.4"
lmdb-rkv = "0.14.0"
mockall = "0.10.2"
mockall = "0.11.0"
prost = { version = "0.9", default-features = false, features = ["prost-derive"] }
rand = { version = "0.8", optional = true }
rand_core = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion ledger/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mc-util-uri = { path = "../../util/uri" }
crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.9.0"
mockall = "0.10.2"
mockall = "0.11.0"
protobuf = "2.22.1"
rand = "0.8"
reqwest = { version = "0.10" , features = ["rustls-tls"], default_features = false }
Expand Down
2 changes: 1 addition & 1 deletion peers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ crossbeam-channel = "0.5"
ed25519 = { version = "1.3.0", default-features = false, features = ["serde"] }
displaydoc = "0.2"
grpcio = "0.9.0"
mockall = "0.10.2"
mockall = "0.11.0"
protobuf = "2.22.1"
retry = "1.3"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit a224d84

Please sign in to comment.