Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
chore(deps): update rust crate tokio to 1.32.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2023
1 parent f1725c6 commit 9dddb2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player_0/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/player_1/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz_0/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion quiz_subgraphs_rs/quiz_1/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "6.0.6"
async-graphql-axum = "6.0.6"
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down

0 comments on commit 9dddb2d

Please sign in to comment.