Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to v1.35.0 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent ef177a2 commit fc272f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ thiserror = "1.0"
[dev-dependencies]
assert_matches = "1.5.0"
indoc = "2.0.4"
tokio = { version = "1.34", features = ["rt", "macros", "time"] }
tokio = { version = "1.35", features = ["rt", "macros", "time"] }
2 changes: 1 addition & 1 deletion thegraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ tracing = { version = "0.1.40", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
test-with = { version = "0.12.1", default-features = false }
tokio = { version = "1.34.0", features = ["macros", "rt"] }
tokio = { version = "1.35.0", features = ["macros", "rt"] }

0 comments on commit fc272f1

Please sign in to comment.