Skip to content

Commit

Permalink
Merge pull request #53 from mindvalley/dependabot/cargo/tokio-1.23.1
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.23.0 to 1.23.1
  • Loading branch information
onimsha authored Jan 9, 2023
2 parents 27593e7 + c06031f commit c9b69d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dialoguer = "0.10.1"
reqwest = "0.11.11"
graphql_client = { version = "0.11.0", features = ["reqwest"] }
# Async runtime
tokio = { version = "1.19.2", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }

# Error handling
anyhow = "1.0.57"
Expand Down

0 comments on commit c9b69d7

Please sign in to comment.