Merge pull request #1741 from comit-network/dependabot/cargo/mockito-1.5.0

build(deps): bump mockito from 1.4.0 to 1.5.0
This commit is contained in:
Byron Hambly 2024-08-01 20:26:23 +02:00 committed by GitHub
commit 204aa85e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

14
Cargo.lock generated
View File

@ -1774,6 +1774,7 @@ dependencies = [
"http 1.0.0",
"http-body 1.0.0",
"httparse",
"httpdate",
"itoa",
"pin-project-lite 0.2.13",
"smallvec",
@ -2593,14 +2594,19 @@ dependencies = [
[[package]]
name = "mockito"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e"
checksum = "09b34bd91b9e5c5b06338d392463e1318d683cf82ec3d3af4014609be6e2108d"
dependencies = [
"assert-json-diff",
"bytes",
"colored",
"futures-core",
"hyper 0.14.28",
"futures-util",
"http 1.0.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.1",
"hyper-util",
"log",
"rand 0.8.3",
"regex",

View File

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