chore(deps): rm reth-codecs dep (#9390)

This commit is contained in:
Matthias Seitz
2024-07-09 14:30:04 +02:00
committed by GitHub
parent b97ace200f
commit d599393771
3 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -7168,7 +7168,6 @@ dependencies = [
"proptest-derive 0.5.0",
"rand 0.8.5",
"reth-chainspec",
"reth-codecs",
"reth-codecs-derive",
"reth-primitives",
"serde",

View File

@@ -14,7 +14,6 @@ workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-codecs.workspace = true
reth-codecs-derive.workspace = true
reth-primitives.workspace = true

View File

@@ -2,7 +2,7 @@
use alloy_rlp::{Decodable, Encodable};
use bytes::BufMut;
use reth_codecs::derive_arbitrary;
use reth_codecs_derive::derive_arbitrary;
/// Represents the direction for a headers request depending on the `reverse` field of the request.
/// > The response must contain a number of block headers, of rising number when reverse is 0,