From b76686b4e7a42e3ebf2dffe1be7709960e2ffea3 Mon Sep 17 00:00:00 2001 From: "Mantas M." Date: Tue, 29 Oct 2024 20:44:13 +0100 Subject: [PATCH] fix(relayer-retry-server): cleanup hyperlane-test deps --- rust/main/Cargo.lock | 6 ------ rust/main/hyperlane-test/Cargo.toml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/rust/main/Cargo.lock b/rust/main/Cargo.lock index fc3cfc59b9..27b11dcab1 100644 --- a/rust/main/Cargo.lock +++ b/rust/main/Cargo.lock @@ -4742,14 +4742,8 @@ name = "hyperlane-test" version = "0.1.0" dependencies = [ "async-trait", - "axum", "hyperlane-core", "mockall", - "prometheus", - "serde", - "serde_json", - "tokio", - "typetag", ] [[package]] diff --git a/rust/main/hyperlane-test/Cargo.toml b/rust/main/hyperlane-test/Cargo.toml index f77fdbcc35..300fa91d59 100644 --- a/rust/main/hyperlane-test/Cargo.toml +++ b/rust/main/hyperlane-test/Cargo.toml @@ -10,11 +10,5 @@ version.workspace = true [dependencies] async-trait.workspace = true mockall.workspace = true -typetag.workspace = true -serde.workspace = true -serde_json.workspace = true -prometheus.workspace = true -tokio.workspace = true -axum.workspace = true hyperlane-core = { path = "../hyperlane-core" }