mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-05 20:45:02 -05:00
chore(deps): rm reth-codecs dep (#9390)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -7168,7 +7168,6 @@ dependencies = [
|
||||
"proptest-derive 0.5.0",
|
||||
"rand 0.8.5",
|
||||
"reth-chainspec",
|
||||
"reth-codecs",
|
||||
"reth-codecs-derive",
|
||||
"reth-primitives",
|
||||
"serde",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user