Skip to content

Commit 3011a82

Browse files
Update Rust crate axum to 0.7.1
1 parent 25770c7 commit 3011a82

File tree

8 files changed

+652
-68
lines changed

8 files changed

+652
-68
lines changed

federation-v1/subgraphs/accounts/Cargo.lock

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

federation-v1/subgraphs/accounts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
async-graphql = "6.0.11"
1010
async-graphql-axum = "6.0.11"
11-
axum = "0.6.20"
11+
axum = "0.7.1"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.34.0", features = ["rt-multi-thread", "full"] }

0 commit comments

Comments
 (0)