mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore(deps): rm some rlp deps (#1839)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -5101,11 +5101,9 @@ dependencies = [
|
||||
"ethnum",
|
||||
"hex-literal",
|
||||
"pprof",
|
||||
"rand 0.8.5",
|
||||
"reth-rlp",
|
||||
"reth-rlp-derive",
|
||||
"revm-primitives",
|
||||
"secp256k1",
|
||||
"smol_str",
|
||||
]
|
||||
|
||||
|
||||
@@ -26,10 +26,6 @@ reth-rlp = { path = ".", package = "reth-rlp", features = [
|
||||
] }
|
||||
criterion = "0.4.0"
|
||||
hex-literal = "0.3"
|
||||
rand = "0.8"
|
||||
secp256k1 = { version = "0.26.0", features = [
|
||||
"rand-std",
|
||||
] }
|
||||
pprof = { version = "0.11", features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#![warn(missing_docs, unreachable_pub)]
|
||||
#![deny(unused_must_use)]
|
||||
#![deny(unused_must_use, unused_crate_dependencies)]
|
||||
#![doc(test(
|
||||
no_crate_inject,
|
||||
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#![warn(unreachable_pub)]
|
||||
#![deny(unused_must_use)]
|
||||
#![doc(test(
|
||||
no_crate_inject,
|
||||
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
||||
))]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
#[cfg(feature = "alloc")]
|
||||
|
||||
Reference in New Issue
Block a user