Skip to content

Commit 7c31016

Browse files
committed
Fix CI
1 parent c294e82 commit 7c31016

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.7.0"
11+
axum = "0.6.2"
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.7.0"
11+
axum = "0.6.2"
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.7.0"
11+
axum = "0.6.2"
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.7.0"
11+
axum = "0.6.2"
1212
lazy_static = "1.4.0"
1313
rand = "0.8.5"
1414
tokio = { version = "1.36.0", features = ["rt-multi-thread", "full"] }

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
"automerge": true,
1010
"major": {
1111
"automerge": false
12-
}
12+
},
13+
"ignoreDeps": [
14+
"axum",
15+
"async-graphql"
16+
]
1317
}

0 commit comments

Comments
 (0)