Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.34 (#31)
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 Nov 14, 2023
1 parent cca70b1 commit a20fa4a
Showing 1 changed file with 1 addition and 1 deletion.
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 = { version = "1.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
indoc = "2.0.4"
tokio = { version = "1.32", features = ["rt", "macros", "time"] }
tokio = { version = "1.34", features = ["rt", "macros", "time"] }

0 comments on commit a20fa4a

Please sign in to comment.