Skip to content

Commit ae51d83

Browse files
authored
migrate to async-graphql 7.0.17 (#4012)
## Motivation Remove temporary workaround introduced in #3940 ## Proposal migrate to async-graph 7.0.17 ## Test Plan CI ## Release Plan These changes should be backported to the latest `testnet` branch, then be released in a new SDK,
1 parent 014488b commit ae51d83

File tree

13 files changed

+225
-110
lines changed

13 files changed

+225
-110
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ alloy-primitives = { version = "1.1.0", default-features = false, features = [
7878
alloy-sol-types = "1.1.0"
7979
anyhow = "1.0.80"
8080
assert_matches = "1.5.0"
81-
async-graphql = "=7.0.2"
82-
async-graphql-axum = "=7.0.2"
83-
async-graphql-derive = "=7.0.2"
81+
async-graphql = "=7.0.17"
82+
async-graphql-axum = "=7.0.17"
83+
async-graphql-derive = "=7.0.17"
8484
async-lock = "3.3.0"
8585
async-trait = "0.1.77"
8686
async-tungstenite = { version = "0.22", features = ["tokio-runtime"] }
8787
aws-smithy-types = "1.3.1"
88-
axum = "0.7.4"
88+
axum = "0.8.1"
8989
base64 = "0.22.0"
9090
bcs = "0.1.6"
9191
bincode = "1.3.3"

0 commit comments

Comments
 (0)