chore: cleanup codecs deps (#5650)

This commit is contained in:
Matthias Seitz
2023-12-01 14:39:21 +01:00
committed by GitHub
parent a3f77d275b
commit cb52a4ca39
5 changed files with 27 additions and 26 deletions

2
Cargo.lock generated
View File

@ -5700,13 +5700,13 @@ dependencies = [
name = "reth-codecs"
version = "0.1.0-alpha.12"
dependencies = [
"alloy-primitives",
"arbitrary",
"bytes",
"codecs-derive",
"modular-bitfield",
"proptest",
"proptest-derive",
"revm-primitives",
"serde",
"test-fuzz",
]