Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36.0 (tailcallhq#1097)
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 Feb 3, 2024
1 parent b7843b2 commit 6431a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 testconv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ serde_json = "1.0"
serde_yaml = "0.9"
tailcall = { path = ".." }
url = { version = "2", features = ["serde"] }
tokio = { version = "1.35.1", features = ["rt", "macros"] }
tokio = { version = "1.36.0", features = ["rt", "macros"] }
async-graphql = { version = "7.0.1", features = ["dynamic-schema"] }
regex = "1.10.3"

0 comments on commit 6431a72

Please sign in to comment.