Skip to content

Commit

Permalink
Update Rust crate axum to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 0bc4d61 commit d35a8d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion federation-v1/subgraphs/accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.11"
async-graphql-axum = "6.0.11"
axum = "0.6.20"
axum = "0.7.4"
lazy_static = "1.4.0"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion federation-v1/subgraphs/inventory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.11"
async-graphql-axum = "6.0.11"
axum = "0.6.20"
axum = "0.7.4"
lazy_static = "1.4.0"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion federation-v1/subgraphs/products/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.11"
async-graphql-axum = "6.0.11"
axum = "0.6.20"
axum = "0.7.4"
lazy_static = "1.4.0"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion federation-v1/subgraphs/reviews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.11"
async-graphql-axum = "6.0.11"
axum = "0.6.20"
axum = "0.7.4"
lazy_static = "1.4.0"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "full"] }
Expand Down

0 comments on commit d35a8d8

Please sign in to comment.