File tree 40 files changed +88
-88
lines changed
40 files changed +88
-88
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-actix-web = { path = " ../../../integrations/actix-web" }
10
- actix-web = { version = " 4.0 .1" , default-features = false , features = [" macros" ] }
10
+ actix-web = { version = " 4.5 .1" , default-features = false , features = [" macros" ] }
11
11
thiserror = " 1.0"
12
12
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-actix-web = { path = " ../../../integrations/actix-web" }
10
- actix-web = { version = " 4.0 .1" , default-features = false , features = [" macros" ] }
10
+ actix-web = { version = " 4.5 .1" , default-features = false , features = [" macros" ] }
11
11
starwars = { path = " ../../models/starwars" }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-actix-web = { path = " ../../../integrations/actix-web" }
10
- actix-web = { version = " 4.0 .1" , default-features = false , features = [" macros" ] }
10
+ actix-web = { version = " 4.5 .1" , default-features = false , features = [" macros" ] }
11
11
books = { path = " ../../models/books" }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-actix-web = { path = " ../../../integrations/actix-web" }
10
- actix-web = { version = " 4.0 .1" , default-features = false , features = [" macros" ] }
10
+ actix-web = { version = " 4.5 .1" , default-features = false , features = [" macros" ] }
11
11
token = { path = " ../../models/token" }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-actix-web = { path = " ../../../integrations/actix-web" }
10
- actix-web = { version = " 4.0 .1" , default-features = false , features = [" macros" ] }
10
+ actix-web = { version = " 4.5 .1" , default-features = false , features = [" macros" ] }
11
11
files = { path = " ../../models/files" }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
starwars = { path = " ../../models/starwars" }
11
- axum = { version = " 0.7.0 " }
11
+ axum = { version = " 0.7.5 " }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
books = { path = " ../../models/books" }
11
- axum = { version = " 0.7.0 " , features = [" ws" ] }
11
+ axum = { version = " 0.7.5 " , features = [" ws" ] }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-axum = { path = " ../../../integrations/axum" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
token = { path = " ../../models/token" }
11
- axum = { version = " 0.7.0 " , features = [" ws" ] }
11
+ axum = { version = " 0.7.5 " , 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.0 "
10
+ axum = " 0.7.5 "
11
11
files = { path = " ../../models/files" }
12
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
13
- tower-http = { version = " 0.5.0 " , features = [" cors" ] }
12
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
13
+ tower-http = { version = " 0.5.2 " , features = [" cors" ] }
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../../integrations/poem" }
9
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
- poem = { version = " 2.0.0 " }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../../integrations/poem" }
9
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
- poem = { version = " 2.0.0 " }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../../integrations/poem" }
9
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
- poem = { version = " 2.0.0 " }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ edition = "2021"
6
6
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../../.." }
9
- async-trait = " 0.1.61 "
9
+ async-trait = " 0.1.79 "
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2021"
8
8
async-graphql = { path = " ../../../.." }
9
9
async-graphql-poem = { path = " ../../../../integrations/poem" }
10
10
directives = { path = " ../directives" }
11
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
12
- poem = { version = " 2.0.0 " }
11
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
12
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2021"
8
8
async-graphql = { path = " ../../../.." }
9
9
async-graphql-poem = { path = " ../../../../integrations/poem" }
10
10
directives = { path = " ../directives" }
11
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
12
- poem = { version = " 2.0.0 " }
11
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
12
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2021"
8
8
async-graphql = { path = " ../../../.." }
9
9
async-graphql-poem = { path = " ../../../../integrations/poem" }
10
10
directives = { path = " ../directives" }
11
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
12
- poem = { version = " 2.0.0 " }
11
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
12
+ poem = { version = " 2.0.1 " }
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ edition = "2021"
6
6
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
- slab = " 0.4.2 "
10
- futures-util = " 0.3.0 "
11
- futures-channel = " 0.3.0 "
12
- once_cell = " 1.0 "
13
- futures-timer = " 3.0.2 "
14
- async-stream = " 0.3.0 "
9
+ slab = " 0.4.9 "
10
+ futures-util = " 0.3.30 "
11
+ futures-channel = " 0.3.30 "
12
+ once_cell = " 1.19 "
13
+ futures-timer = " 3.0.3 "
14
+ async-stream = " 0.3.5 "
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
- slab = " 0.4.2 "
9
- futures-util = " 0.3.0 "
10
- futures-channel = " 0.3.0 "
11
- once_cell = " 1.0 "
12
- futures-timer = " 3.0.2 "
13
- async-stream = " 0.3.0 "
8
+ slab = " 0.4.9 "
9
+ futures-util = " 0.3.30 "
10
+ futures-channel = " 0.3.30 "
11
+ once_cell = " 1.19 "
12
+ futures-timer = " 3.0.3 "
13
+ async-stream = " 0.3.5 "
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
- slab = " 0.4.2 "
9
- futures = " 0.3.0 "
8
+ slab = " 0.4.9 "
9
+ futures = " 0.3.30 "
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
- slab = " 0.4.2 "
8
+ slab = " 0.4.9 "
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2021"
6
6
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
- slab = " 0.4.2 "
10
- futures = " 0.3.0 "
9
+ slab = " 0.4.9 "
10
+ futures = " 0.3.30 "
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ edition = "2021"
6
6
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
- slab = " 0.4.2 "
9
+ slab = " 0.4.9 "
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
- futures-util = " 0.3.0 "
8
+ futures-util = " 0.3.30 "
9
9
serde_json = " 1.0"
10
10
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.29 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
dynamic-books = { path = " ../../models/dynamic-books" }
11
- poem = " 2.0.0 "
11
+ poem = " 2.0.1 "
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
10
- poem = " 2.0.0 "
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = " 2.0.1 "
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
dynamic-starwars = { path = " ../../models/dynamic-starwars" }
11
- poem = " 2.0.0 "
11
+ poem = " 2.0.1 "
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." , features = [" dynamic-schema" ] }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
dynamic-files = { path = " ../../models/dynamic-files" }
11
- poem = " 2.0.0 "
11
+ poem = " 2.0.1 "
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ edition = "2021"
8
8
[dependencies ]
9
9
async-graphql = { path = " ../../.." , features = [" opentelemetry" ] }
10
10
async-graphql-poem = { path = " ../../../integrations/poem" }
11
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
12
- poem = " 2.0.0 "
13
- opentelemetry = { version = " 0.21 .0" }
14
- opentelemetry_sdk = { version = " 0.21 " , features = [" rt-tokio" ] }
15
- opentelemetry-stdout = { version = " 0.2 .0" , features = [" trace" ] }
11
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
12
+ poem = " 2.0.1 "
13
+ opentelemetry = { version = " 0.22 .0" }
14
+ opentelemetry_sdk = { version = " 0.22 " , features = [" rt-tokio" ] }
15
+ opentelemetry-stdout = { version = " 0.3 .0" , features = [" trace" ] }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
starwars = { path = " ../../models/starwars" }
11
- poem = " 2.0.0 "
11
+ poem = " 2.0.1 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
10
- poem = { version = " 2.0.0 " , features = [" websocket" ] }
11
- redis = { version = " 0.21.4 " , features = [" aio" , " tokio-comp" ] }
12
- futures-util = " 0.3.19 "
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = { version = " 2.0.1 " , features = [" websocket" ] }
11
+ redis = { version = " 0.25.2 " , features = [" aio" , " tokio-comp" ] }
12
+ futures-util = " 0.3.30 "
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
9
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
10
10
books = { path = " ../../models/books" }
11
- poem = { version = " 2.0.0 " , features = [" websocket" ] }
11
+ poem = { version = " 2.0.1 " , features = [" websocket" ] }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
async-graphql = { path = " ../../.." }
8
8
async-graphql-poem = { path = " ../../../integrations/poem" }
9
9
token = { path = " ../../models/token" }
10
- poem = { version = " 2.0.0 " , features = [" websocket" ] }
11
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
10
+ poem = { version = " 2.0.1 " , features = [" websocket" ] }
11
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-poem = { path = " ../../../integrations/poem" }
10
- poem = { version = " 2.0.0 " , features = [" websocket" ] }
10
+ poem = { version = " 2.0.1 " , features = [" websocket" ] }
11
11
files = { path = " ../../models/files" }
12
- tokio = { version = " 1.8 " , features = [" macros" , " rt-multi-thread" ] }
12
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ edition = "2018"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." , features = [" dataloader" ] }
9
9
async-graphql-tide = { path = " ../../../integrations/tide" }
10
- async-std = " 1.9 .0"
11
- itertools = " 0.10.0 "
12
- sqlx = { version = " 0.7.2 " , features = [
10
+ async-std = " 1.12 .0"
11
+ itertools = " 0.12.1 "
12
+ sqlx = { version = " 0.7.4 " , features = [
13
13
" runtime-async-std-rustls" ,
14
14
" postgres" ,
15
15
] }
16
16
tide = " 0.16.0"
17
17
18
18
[dev-dependencies ]
19
- serde_json = " 1.0.61 "
20
- surf = " 2.1.0 "
19
+ serde_json = " 1.0.115 "
20
+ surf = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ edition = "2018"
8
8
async-graphql = { path = " ../../.." , features = [" dataloader" ] }
9
9
async-graphql-tide = { path = " ../../../integrations/tide" }
10
10
tide = " 0.16"
11
- async-std = " 1.9 .0"
12
- sqlx = { version = " 0.7.2 " , features = [" sqlite" , " runtime-async-std-rustls" ] }
13
- itertools = " 0.9.0 "
11
+ async-std = " 1.12 .0"
12
+ sqlx = { version = " 0.7.4 " , features = [" sqlite" , " runtime-async-std-rustls" ] }
13
+ itertools = " 0.12.1 "
14
14
15
15
[dev-dependencies ]
16
- serde_json = " 1.0.51 "
17
- surf = " 2.0.0-alpha.1 "
16
+ serde_json = " 1.0.115 "
17
+ surf = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ edition = "2018"
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-tide = { path = " ../../../integrations/tide" }
10
10
tide = " 0.16"
11
- async-std = " 1.9 .0"
11
+ async-std = " 1.12 .0"
12
12
starwars = { path = " ../../models/starwars" }
13
13
14
14
[dev-dependencies ]
15
- serde_json = " 1.0.51 "
16
- surf = " 2.0.0-alpha.5 "
15
+ serde_json = " 1.0.115 "
16
+ surf = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ async-graphql = { path = "../../.." }
9
9
async-graphql-tide = { path = " ../../../integrations/tide" }
10
10
books = { path = " ../../models/books" }
11
11
tide = " 0.16"
12
- async-std = " 1.9 .0"
12
+ async-std = " 1.12 .0"
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-warp = { path = " ../../../integrations/warp" }
10
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
11
11
warp = " 0.3"
12
12
starwars = { path = " ../../models/starwars" }
13
13
http = " 0.2"
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-warp = { path = " ../../../integrations/warp" }
10
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
11
11
warp = " 0.3"
12
12
books = { path = " ../../models/books" }
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-warp = { path = " ../../../integrations/warp" }
10
- tokio = { version = " 1.0.2 " , features = [" macros" , " rt-multi-thread" ] }
10
+ tokio = { version = " 1.37 " , features = [" macros" , " rt-multi-thread" ] }
11
11
warp = " 0.3"
12
12
token = { path = " ../../models/token" }
You can’t perform that action at this time.
0 commit comments