Skip to content

Commit 194ab63

Browse files
committed
remove unused dep
1 parent 6459c11 commit 194ab63

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ aws-config = "1.1.7"
5858
aws-sdk-s3 = "1.106.0"
5959
aws-credential-types = "1.1.7"
6060
bytes = { version = "1.8.0", features = ["serde"] }
61-
62-
chrono = "0.4.42"

crates/ingress/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ eyre.workspace = true
2727
dotenvy.workspace = true
2828
rdkafka.workspace = true
2929
reth-rpc-eth-types.workspace = true
30-
uuid.workspace = true
3130
serde.workspace = true
3231
serde_json.workspace = true
33-
chrono.workspace = true
34-
async-trait = { workspace = true }
32+
async-trait.workspace = true

crates/ingress/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ where
111111
warn!(message = "Failed to publish Queue::enqueue_bundle", sender = %sender, error = %e);
112112
}
113113

114-
// TODO: have DB Writer consume from the queue and insert_bundle to datastore
114+
// TODO: have DB Writer consume from the queue and move the insert_bundle logic there
115115
let result = self
116116
.datastore
117117
.insert_bundle(bundle.clone())

0 commit comments

Comments
 (0)