Skip to content

Commit ca72344

Browse files
Update Rust crate axum to 0.7.0 (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1ce960 commit ca72344

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.0"
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.0"
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.0"
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.0"
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)