build(deps): bump mockito from 1.3.0 to 1.4.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-19 12:27:59 +00:00 committed by GitHub
parent 787edbbca2
commit 39064ceb96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2598,13 +2598,13 @@ dependencies = [
[[package]]
name = "mockito"
version = "1.3.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c84fe1f1d8c56dc157f79942056fad4b9efceebba374a01b222428b553facb"
checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e"
dependencies = [
"assert-json-diff",
"colored",
"futures",
"futures-core",
"hyper 0.14.28",
"log",
"rand 0.8.3",

View File

@ -81,7 +81,7 @@ bitcoin-harness = { git = "https://github.com/delta1/bitcoin-harness-rs.git", re
get-port = "3"
hyper = "1.3"
jsonrpsee = { version = "0.16.2", features = [ "ws-client" ] }
mockito = "1.3.0"
mockito = "1.4.0"
monero-harness = { path = "../monero-harness" }
port_check = "0.2"
proptest = "1"