Skip to content

Commit b05cdca

Browse files
committed
build(tap_aggregator): alphabetize dependencies
Signed-off-by: Joseph Livesey <[email protected]>
1 parent 7da5803 commit b05cdca

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

tap_aggregator/Cargo.toml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@ name = "tap_aggregator"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
tap_core = { path = "../tap_core", version = "2.0.0" }
16-
serde.workspace = true
1715
alloy.workspace = true
1816
anyhow.workspace = true
19-
tokio.workspace = true
20-
serde_json.workspace = true
21-
jsonrpsee = { workspace = true, features = ["server", "macros"] }
22-
clap = { version = "4.5.15", features = ["derive", "env"] }
23-
strum = { version = "0.26.3", features = ["derive"] }
24-
tracing-subscriber = "0.3.17"
25-
log = "0.4.19"
26-
prometheus = "0.13.3"
2717
axum = { version = "0.7.5", features = [
2818
"http1",
2919
"json",
@@ -32,14 +22,23 @@ axum = { version = "0.7.5", features = [
3222
"query",
3323
"tokio",
3424
], default-features = false }
25+
clap = { version = "4.5.15", features = ["derive", "env"] }
3526
futures-util = "0.3.28"
27+
hyper = { version = "1", features = ["full"] }
28+
jsonrpsee = { workspace = true, features = ["server", "macros"] }
3629
lazy_static = "1.4.0"
37-
ruint = "1.10.1"
38-
tower = { version = "0.5.2", features = ["util", "steer"] }
39-
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
30+
log = "0.4.19"
31+
prometheus = "0.13.3"
4032
prost = "0.13.3"
41-
hyper = { version = "1", features = ["full"] }
4233
rayon = "1.10.0"
34+
serde.workspace = true
35+
serde_json.workspace = true
36+
strum = { version = "0.26.3", features = ["derive"] }
37+
tap_core = { path = "../tap_core", version = "2.0.0" }
38+
tokio.workspace = true
39+
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
40+
tower = { version = "0.5.2", features = ["util", "steer"] }
41+
tracing-subscriber = "0.3.17"
4342

4443
[build-dependencies]
4544
tonic-build = "0.12.3"

0 commit comments

Comments
 (0)