From 6f8d089298c7de56f4088990c9885c6f753eb66a Mon Sep 17 00:00:00 2001 From: kamalbuilds Date: Mon, 25 Aug 2025 00:34:35 +0530 Subject: [PATCH] add dep --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 6222c9589..8b15216fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7971,9 +7971,11 @@ name = "reth-hyperliquid-types" version = "1.2.0" dependencies = [ "alloy-primitives", + "alloy-rlp", "clap", "parking_lot", "reth-cli-commands", + "rmp-serde", "serde", "tokio", ] @@ -9059,6 +9061,7 @@ dependencies = [ "reth-evm", "reth-execution-types", "reth-fs-util", + "reth-hyperliquid-types", "reth-metrics", "reth-network-p2p", "reth-nippy-jar",