From 61a5cebd057851cc13c6de4e842638b18849f9ae Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Wed, 22 May 2024 14:34:11 +0200 Subject: [PATCH] fmt --- swap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/Cargo.toml b/swap/Cargo.toml index b8e9fc36..b73d61bb 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -79,8 +79,8 @@ zip = "0.5" [dev-dependencies] bitcoin-harness = "0.2.2" get-port = "3" -jsonrpsee = { version = "0.16.2", features = [ "ws-client" ] } hyper = "1.3" +jsonrpsee = { version = "0.16.2", features = [ "ws-client" ] } mockito = "1.3.0" monero-harness = { path = "../monero-harness" } port_check = "0.2"