build(deps): bump mockito from 1.1.0 to 1.2.0

Bumps [mockito](https://github.com/lipanski/mockito) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](https://github.com/lipanski/mockito/compare/1.1.0...1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1493/head
dependabot[bot] 5 months ago committed by GitHub
parent 5408a02072
commit 55f95c970e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated

@ -2450,15 +2450,14 @@ dependencies = [
[[package]]
name = "mockito"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09c762b6267c4593555bb38f1df19e9318985bc4de60b5e8462890856a9a5b4c"
checksum = "f8d3038e23466858569c2d30a537f691fa0d53b51626630ae08262943e3bbb8b"
dependencies = [
"assert-json-diff",
"colored",
"futures",
"hyper 0.14.27",
"lazy_static",
"log",
"rand 0.8.3",
"regex",

@ -77,7 +77,7 @@ zip = "0.5"
bitcoin-harness = "0.2.2"
get-port = "3"
hyper = "1.0"
mockito = "1.1.0"
mockito = "1.2.0"
monero-harness = { path = "../monero-harness" }
port_check = "0.1"
proptest = "1"

Loading…
Cancel
Save