diff --git a/xmr-btc/Cargo.toml b/xmr-btc/Cargo.toml index eeed8dae..65ce3ae5 100644 --- a/xmr-btc/Cargo.toml +++ b/xmr-btc/Cargo.toml @@ -27,5 +27,6 @@ monero-harness = { path = "../monero-harness" } reqwest = { version = "0.10", default-features = false } testcontainers = "0.10" tokio = { version = "0.2", default-features = false, features = ["blocking", "macros", "rt-core", "time", "rt-threaded"] } -tracing-subscriber = "0.2.12" +tracing-subscriber = "0.2" tracing = "0.1" +futures = "0.3" diff --git a/xmr-btc/tests/e2e.rs b/xmr-btc/tests/e2e.rs index bd40ed8a..da1fb70b 100644 --- a/xmr-btc/tests/e2e.rs +++ b/xmr-btc/tests/e2e.rs @@ -152,12 +152,12 @@ mod tests { node::{run_alice_until, run_bob_until}, }; - use futures::future; use monero_harness::Monero; use rand::rngs::OsRng; - use std::convert::TryInto; use testcontainers::clients::Cli; + use futures::future; + use std::convert::TryInto; use tracing_subscriber::util::SubscriberInitExt; use xmr_btc::{ alice, bitcoin,