Skip to content

Commit 45022ea

Browse files
authored
chore(deps): enable the right thegraph-graphql-http feature (#546)
Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
1 parent 8da1e11 commit 45022ea

File tree

2 files changed

+39
-52
lines changed

2 files changed

+39
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[workspace]
22
members = [
3-
"crates/allocation",
4-
"crates/attestation",
5-
"crates/config",
6-
"crates/dips",
7-
"crates/monitor",
8-
"crates/query",
9-
"crates/service",
10-
"crates/tap-agent",
11-
"crates/test-assets",
12-
"crates/watcher",
3+
"crates/allocation",
4+
"crates/attestation",
5+
"crates/config",
6+
"crates/dips",
7+
"crates/monitor",
8+
"crates/query",
9+
"crates/service",
10+
"crates/tap-agent",
11+
"crates/test-assets",
12+
"crates/watcher",
1313
]
1414
resolver = "2"
1515

@@ -18,21 +18,21 @@ opt-level = 3
1818

1919
[workspace.dependencies]
2020
alloy = { version = "=0.5.4", features = [
21-
"kzg",
22-
"signer-mnemonic",
23-
"dyn-abi",
24-
"sol-types",
25-
"signer-local",
26-
"eip712",
27-
"rlp",
28-
"signers",
21+
"kzg",
22+
"signer-mnemonic",
23+
"dyn-abi",
24+
"sol-types",
25+
"signer-local",
26+
"eip712",
27+
"rlp",
28+
"signers",
2929
], default-features = false }
3030
clap = "4.4.3"
3131
lazy_static = "1.4.0"
3232
axum = { version = "0.7.9", default-features = false, features = [
33-
"tokio",
34-
"http1",
35-
"http2",
33+
"tokio",
34+
"http1",
35+
"http2",
3636
] }
3737
tokio = "1.40"
3838
prometheus = "0.13.3"
@@ -42,21 +42,21 @@ async-trait = "0.1.72"
4242
eventuals = "0.6.7"
4343
base64 = "0.22.1"
4444
reqwest = { version = "0.12", features = [
45-
"charset",
46-
"h2",
45+
"charset",
46+
"h2",
4747
], default-features = false }
4848
serde = { version = "1.0.206", default-features = false }
4949
serde_json = "1.0.124"
5050
sqlx = { version = "0.8.2", features = [
51-
"bigdecimal",
52-
"chrono",
53-
"json",
54-
"macros",
55-
"migrate",
56-
"postgres",
57-
"runtime-tokio",
58-
"rust_decimal",
59-
"uuid",
51+
"bigdecimal",
52+
"chrono",
53+
"json",
54+
"macros",
55+
"migrate",
56+
"postgres",
57+
"runtime-tokio",
58+
"rust_decimal",
59+
"uuid",
6060
], default-features = false }
6161
uuid = { version = "1.11.0", features = ["v7"] }
6262
tracing = { version = "0.1.40", default-features = false }
@@ -65,14 +65,12 @@ build-info = "0.0.39"
6565
tap_core = { git = "https://github.com/semiotic-ai/timeline-aggregation-protocol", rev = "61b47b3", default-features = false }
6666
tap_aggregator = { git = "https://github.com/semiotic-ai/timeline-aggregation-protocol", rev = "61b47b3", default-features = false }
6767
tracing-subscriber = { version = "0.3", features = [
68-
"json",
69-
"env-filter",
70-
"ansi",
68+
"json",
69+
"env-filter",
70+
"ansi",
7171
], default-features = false }
72-
thegraph-core = { git = "https://github.com/edgeandnode/toolshed", rev = "1663534fc1738e2db1b11cb54b5bb478ee970d40", features = [
73-
"subgraph-client",
74-
] }
75-
thegraph-graphql-http = "0.2.0"
72+
thegraph-core = { git = "https://github.com/edgeandnode/toolshed", rev = "1663534fc1738e2db1b11cb54b5bb478ee970d40" }
73+
thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
7674
graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
7775
bip39 = "2.0.0"
7876
rstest = "0.23.0"

0 commit comments

Comments
 (0)