Skip to content

Commit 3e6b669

Browse files
committed
remove unused deps
1 parent 8378f79 commit 3e6b669

File tree

7 files changed

+4
-13
lines changed

7 files changed

+4
-13
lines changed

Cargo.lock

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ dotenvy = "0.15.7"
5959
testcontainers = { version = "0.23.1", features = ["blocking"] }
6060
testcontainers-modules = { version = "0.11.2", features = ["postgres", "kafka", "minio"] }
6161
jsonrpsee = { version = "0.26.0", features = ["server", "macros"] }
62-
jsonrpsee-types = "0.26.0"
6362

6463
# Kafka and S3 dependencies
6564
rdkafka = { version = "0.37.0", features = ["libz-static"] }

crates/audit/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM rust:1-bookworm AS base
22

3+
RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config
4+
35
RUN cargo install cargo-chef --locked
46
WORKDIR /app
57

crates/ingress-rpc/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ name = "tips-ingress-rpc"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
tips-datastore.workspace = true
16-
tips-audit.workspace = true
1715
jsonrpsee.workspace = true
1816
alloy-rpc-types-mev.workspace = true
1917
alloy-primitives.workspace = true
@@ -27,11 +25,9 @@ clap.workspace = true
2725
url.workspace = true
2826
alloy-consensus.workspace = true
2927
op-alloy-consensus.workspace = true
30-
eyre.workspace = true
3128
dotenvy.workspace = true
3229
rdkafka.workspace = true
3330
reth-rpc-eth-types.workspace = true
34-
serde.workspace = true
3531
serde_json.workspace = true
3632
async-trait.workspace = true
3733
backon.workspace = true

crates/ingress-writer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ clap.workspace = true
2323
dotenvy.workspace = true
2424
rdkafka.workspace = true
2525
serde_json.workspace = true
26-
async-trait.workspace = true
2726
backon.workspace = true
2827
uuid.workspace = true

crates/ingress-writer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM rust:1-bookworm AS base
22

3+
RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config
4+
35
RUN cargo install cargo-chef --locked
46
WORKDIR /app
57

crates/maintenance/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ anyhow.workspace = true
2626
clap.workspace = true
2727
dotenvy.workspace = true
2828
rdkafka.workspace = true
29-
serde_json.workspace = true
3029
url.workspace = true
3130
uuid.workspace = true
3231
op-alloy-rpc-types.workspace = true

0 commit comments

Comments
 (0)