chore: remove reth-rpc-types dep in node-events (#8854)

This commit is contained in:
Dan Cline
2024-06-14 17:15:22 -04:00
committed by GitHub
parent 352d57655b
commit 6768243ee0
3 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -7507,6 +7507,7 @@ dependencies = [
name = "reth-node-events"
version = "1.0.0-rc.1"
dependencies = [
"alloy-rpc-types-engine",
"futures",
"humantime",
"pin-project",
@@ -7517,7 +7518,6 @@ dependencies = [
"reth-primitives",
"reth-provider",
"reth-prune",
"reth-rpc-types",
"reth-stages",
"reth-static-file",
"tokio",