Skip to content

Commit 3080259

Browse files
committed
Bump axum to v0.8
1 parent 6f00795 commit 3080259

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

axum/starwars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
88
async-graphql-axum = { path = "../../../integrations/axum" }
99
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
1010
starwars = { path = "../../models/starwars" }
11-
axum = { version = "0.7.5" }
11+
axum = { version = "0.8.1" }

axum/subscription/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
88
async-graphql-axum = { path = "../../../integrations/axum" }
99
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
1010
books = { path = "../../models/books" }
11-
axum = { version = "0.7.5", features = ["ws"] }
11+
axum = { version = "0.8.1", features = ["ws"] }

axum/token-from-header/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
88
async-graphql-axum = { path = "../../../integrations/axum" }
99
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
1010
token = { path = "../../models/token" }
11-
axum = { version = "0.7.5", features = ["ws"] }
11+
axum = { version = "0.8.1", features = ["ws"] }

axum/upload/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-axum = { path = "../../../integrations/axum" }
10-
axum = "0.7.5"
10+
axum = "0.8.1"
1111
files = { path = "../../models/files" }
1212
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
1313
tower-http = { version = "0.5.2", features = ["cors"] }

0 commit comments

Comments
 (0)