Skip to content

Commit 13e98da

Browse files
committed
remove unused dep
1 parent 6ff33f4 commit 13e98da

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

crates/audit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ name = "tips-audit"
1212
path = "src/bin/main.rs"
1313

1414
[dependencies]
15-
tips-common = { workspace = true }
1615
tokio = { workspace = true }
1716
tracing = { workspace = true }
1817
tracing-subscriber = { workspace = true }
@@ -33,6 +32,7 @@ aws-config = { workspace = true }
3332
aws-sdk-s3 = { workspace = true }
3433
aws-credential-types = { workspace = true }
3534
bytes = { workspace = true }
35+
tips-common = { workspace = true }
3636

3737
[dev-dependencies]
3838
testcontainers = { workspace = true }

crates/ingress-rpc/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ op-revm.workspace = true
3535
revm-context-interface.workspace = true
3636
alloy-signer-local.workspace = true
3737
reth-optimism-evm.workspace = true
38-
reth-errors.workspace = true
39-

crates/ingress-writer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ path = "src/main.rs"
1414
[dependencies]
1515
tips-datastore.workspace = true
1616
tips-audit.workspace=true
17-
tips-common.workspace = true
1817
alloy-rpc-types-mev.workspace = true
1918
tokio.workspace = true
2019
tracing.workspace = true
@@ -26,3 +25,4 @@ rdkafka.workspace = true
2625
serde_json.workspace = true
2726
backon.workspace = true
2827
uuid.workspace = true
28+
tips-common.workspace = true

crates/maintenance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ path = "src/main.rs"
1515
tips-datastore.workspace = true
1616
tips-audit.workspace = true
1717
op-alloy-consensus.workspace = true
18-
tips-tracing.workspace = true
1918
alloy-provider.workspace = true
2019
alloy-primitives.workspace = true
2120
alloy-rpc-types.workspace = true
@@ -33,3 +32,4 @@ op-alloy-rpc-types.workspace = true
3332
base-reth-flashblocks-rpc.workspace = true
3433
alloy-rpc-types-mev.workspace = true
3534
sqlx.workspace = true
35+
tips-common.workspace = true

0 commit comments

Comments
 (0)