From 2784acc1f7b73db82ad6aed7b9fee60a362eb0cd Mon Sep 17 00:00:00 2001 From: itamar Date: Tue, 24 Sep 2024 18:58:08 -0400 Subject: [PATCH] taplo lint --- crates/astria-auctioneer/Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/crates/astria-auctioneer/Cargo.toml b/crates/astria-auctioneer/Cargo.toml index 01e7969983..2deebe0751 100644 --- a/crates/astria-auctioneer/Cargo.toml +++ b/crates/astria-auctioneer/Cargo.toml @@ -17,7 +17,7 @@ astria-core = { path = "../astria-core", features = ["serde", "server"] } astria-eyre = { path = "../astria-eyre" } config = { package = "astria-config", path = "../astria-config" } telemetry = { package = "astria-telemetry", path = "../astria-telemetry", features = [ - "display", + "display", ] } async-trait = { workspace = true } @@ -31,11 +31,11 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sha2 = { workspace = true } tokio = { workspace = true, features = [ - "macros", - "rt-multi-thread", - "sync", - "time", - "signal", + "macros", + "rt-multi-thread", + "sync", + "time", + "signal", ] } tokio-util = { workspace = true, features = ["rt"] } tracing = { workspace = true, features = ["attributes"] } @@ -46,12 +46,12 @@ tokio-stream = { workspace = true, features = ["net"] } [dev-dependencies] astria-core = { path = "../astria-core", features = ["client"] } config = { package = "astria-config", path = "../astria-config", features = [ - "tests", + "tests", ] } insta = { workspace = true, features = ["json"] } tempfile = { workspace = true } test_utils = { package = "astria-test-utils", path = "../astria-test-utils", features = [ - "geth", + "geth", ] } tokio-test = { workspace = true } wiremock = { workspace = true }