File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
9
tokio = { version = " 1.37" , features = [" macros" , " rt-multi-thread" ] }
10
10
starwars = { path = " ../../models/starwars" }
11
- axum = { version = " 0.7.5 " }
11
+ axum = { version = " 0.8.1 " }
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
9
tokio = { version = " 1.37" , features = [" macros" , " rt-multi-thread" ] }
10
10
books = { path = " ../../models/books" }
11
- axum = { version = " 0.7.5 " , features = [" ws" ] }
11
+ axum = { version = " 0.8.1 " , features = [" ws" ] }
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
9
tokio = { version = " 1.37" , features = [" macros" , " rt-multi-thread" ] }
10
10
token = { path = " ../../models/token" }
11
- axum = { version = " 0.7.5 " , features = [" ws" ] }
11
+ axum = { version = " 0.8.1 " , features = [" ws" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-axum = { path = " ../../../integrations/axum" }
10
- axum = " 0.7.5 "
10
+ axum = " 0.8.1 "
11
11
files = { path = " ../../models/files" }
12
12
tokio = { version = " 1.37" , features = [" macros" , " rt-multi-thread" ] }
13
13
tower-http = { version = " 0.5.2" , features = [" cors" ] }
You can’t perform that action at this time.
0 commit comments