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.33.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent f1725c6 commit f8edc0a
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/player/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/player_0/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/player_1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/quiz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/quiz_0/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.0", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3.25"
async-stream = "0.3.3"
slab = "0.4.7"
Expand Down
4 changes: 2 additions & 2 deletions quiz_subgraphs_rs/quiz_1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.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 f8edc0a

Please sign in to comment.