Skip to content

Commit 58820e3

Browse files
committed
refactor(Cargo.toml): alphabetize dependencies
1 parent e11b602 commit 58820e3

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,33 @@ resolver = "2"
1919
opt-level = 3
2020

2121
[workspace.dependencies]
22-
clap = "4.4.3"
22+
anyhow = { version = "1.0.72" }
23+
async-trait = "0.1.83"
2324
axum = { version = "0.7.9", default-features = false, features = [
2425
"tokio",
2526
"http1",
2627
"http2",
2728
] }
28-
tokio = "1.40"
29-
prometheus = "0.13.3"
30-
anyhow = { version = "1.0.72" }
31-
thiserror = "1.0.49"
32-
async-trait = "0.1.83"
33-
eventuals = "0.6.7"
3429
base64 = "0.22.1"
30+
bigdecimal = "0.4.3"
31+
bip39 = "2.0.0"
32+
bon = "3.3"
33+
build-info = "0.0.40"
34+
clap = "4.4.3"
35+
eventuals = "0.6.7"
36+
graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
37+
graph-networks-registry = "0.6.1"
38+
prometheus = "0.13.3"
39+
prost = "0.13.4"
40+
prost-types = "0.13.3"
3541
reqwest = { version = "0.12", features = [
3642
"charset",
3743
"h2",
3844
], default-features = false }
45+
rstest = "0.23.0"
3946
serde = { version = "1.0.206", default-features = false }
4047
serde_json = "1.0.124"
48+
serde_yaml = "0.9.21"
4149
sqlx = { version = "0.8.2", features = [
4250
"bigdecimal",
4351
"chrono",
@@ -49,18 +57,10 @@ sqlx = { version = "0.8.2", features = [
4957
"rust_decimal",
5058
"uuid",
5159
], default-features = false }
52-
uuid = { version = "1.11.0", features = ["v7"] }
53-
tracing = { version = "0.1.40", default-features = false }
54-
bigdecimal = "0.4.3"
55-
build-info = "0.0.40"
56-
tap_core = { version = "3.0.0", default-features = false }
5760
tap_aggregator = { version = "0.4.0", default-features = false }
61+
tap_core = { version = "3.0.0", default-features = false }
5862
tap_graph = { version = "0.2.0", features = ["v2"] }
59-
tracing-subscriber = { version = "0.3", features = [
60-
"json",
61-
"env-filter",
62-
"ansi",
63-
], default-features = false }
63+
test-log = { version = "0.2.12", features = ["trace"] }
6464
thegraph-core = { version = "0.11.0", features = [
6565
"attestation",
6666
"alloy-eip712",
@@ -72,18 +72,18 @@ thegraph-core = { version = "0.11.0", features = [
7272
"serde",
7373
] }
7474
thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
75-
graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
76-
bip39 = "2.0.0"
77-
rstest = "0.23.0"
78-
wiremock = "0.6.1"
75+
thiserror = "1.0.49"
76+
tokio = "1.40"
7977
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
80-
prost = "0.13.4"
81-
prost-types = "0.13.3"
8278
tonic-build = "0.12.3"
83-
serde_yaml = "0.9.21"
84-
bon = "3.3"
85-
test-log = { version = "0.2.12", features = ["trace"] }
86-
graph-networks-registry = "0.6.1"
79+
tracing = { version = "0.1.40", default-features = false }
80+
tracing-subscriber = { version = "0.3", features = [
81+
"json",
82+
"env-filter",
83+
"ansi",
84+
], default-features = false }
85+
uuid = { version = "1.11.0", features = ["v7"] }
86+
wiremock = "0.6.1"
8787

8888
[patch.crates-io.tap_core]
8989
git = "https://github.com/semiotic-ai/timeline-aggregation-protocol"

0 commit comments

Comments
 (0)