From 733726689cc1319659142bdfdd290e7a4adc1cb8 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:46:18 +0000 Subject: [PATCH] chore: Add missing deps --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 923715a4c..a8279eb56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9571,6 +9571,7 @@ dependencies = [ "reth-cli-util", "reth-codecs", "reth-db", + "reth-db-api", "reth-discv4", "reth-engine-primitives", "reth-eth-wire", diff --git a/Cargo.toml b/Cargo.toml index 88b59433f..1f2e2eb99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ reth-cli = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16 reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-db = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } +reth-db-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }