From 4c0b31be28aebfff91c877efcf0a69ef46e1f575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:37:14 +0000 Subject: [PATCH] build(deps): bump mockito from 1.3.0 to 1.3.1 Bumps [mockito](https://github.com/lipanski/mockito) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- swap/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ab5e16f..8a471044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2390,13 +2390,13 @@ dependencies = [ [[package]] name = "mockito" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8c84fe1f1d8c56dc157f79942056fad4b9efceebba374a01b222428b553facb" +checksum = "031ec85a3f39370cc7663640077c38766fd32b03e6beb54e6e402d0454443f7f" dependencies = [ "assert-json-diff", "colored", - "futures", + "futures-core", "hyper 0.14.28", "log", "rand 0.8.3", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index d5e2b529..7ee5d003 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -77,7 +77,7 @@ zip = "0.5" bitcoin-harness = "0.2.2" get-port = "3" hyper = "1.2" -mockito = "1.3.0" +mockito = "1.3.1" monero-harness = { path = "../monero-harness" } port_check = "0.1" proptest = "1"