File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ name = "tips-audit"
1212path = " src/bin/main.rs"
1313
1414[dependencies ]
15- tips-common = { workspace = true }
1615tokio = { workspace = true }
1716tracing = { workspace = true }
1817tracing-subscriber = { workspace = true }
@@ -33,6 +32,7 @@ aws-config = { workspace = true }
3332aws-sdk-s3 = { workspace = true }
3433aws-credential-types = { workspace = true }
3534bytes = { workspace = true }
35+ tips-common = { workspace = true }
3636
3737[dev-dependencies ]
3838testcontainers = { workspace = true }
Original file line number Diff line number Diff line change @@ -35,5 +35,3 @@ op-revm.workspace = true
3535revm-context-interface.workspace = true
3636alloy-signer-local.workspace = true
3737reth-optimism-evm.workspace = true
38- reth-errors.workspace = true
39-
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ path = "src/main.rs"
1414[dependencies ]
1515tips-datastore.workspace = true
1616tips-audit.workspace =true
17- tips-common.workspace = true
1817alloy-rpc-types-mev.workspace = true
1918tokio.workspace = true
2019tracing.workspace = true
@@ -26,3 +25,4 @@ rdkafka.workspace = true
2625serde_json.workspace = true
2726backon.workspace = true
2827uuid.workspace = true
28+ tips-common.workspace = true
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ path = "src/main.rs"
1515tips-datastore.workspace = true
1616tips-audit.workspace = true
1717op-alloy-consensus.workspace = true
18- tips-tracing.workspace = true
1918alloy-provider.workspace = true
2019alloy-primitives.workspace = true
2120alloy-rpc-types.workspace = true
@@ -33,3 +32,4 @@ op-alloy-rpc-types.workspace = true
3332base-reth-flashblocks-rpc.workspace = true
3433alloy-rpc-types-mev.workspace = true
3534sqlx.workspace = true
35+ tips-common.workspace = true
You can’t perform that action at this time.
0 commit comments