Skip to content

Commit 8f89602

Browse files
Update Rust crate axum to 0.7.4
1 parent b667f68 commit 8f89602

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.4"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }

federation-v1/subgraphs/inventory/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.4"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }

federation-v1/subgraphs/products/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.4"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }

federation-v1/subgraphs/reviews/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.4"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }

0 commit comments

Comments
 (0)