Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Bump tokio from 1.29.1 to 1.30.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent e663850 commit 7d7ecc3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 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 @@ -45,7 +45,7 @@ serde_json = { version = "1.0" }
sp-core = { version = "21.0" }
sp-runtime = { version = "25.0" }
subxt = { version = "0.31", features = ["substrate-compat"] }
tokio = { version = "1.29", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.30", features = ["macros", "rt-multi-thread"] }
toml = { version = "0.7" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }

0 comments on commit 7d7ecc3

Please sign in to comment.