Bump tokio from 1.27.0 to 1.28.0 (#2508)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-03 17:33:17 +02:00
committed by GitHub
parent a57745ddf8
commit c22d58eb34
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
async-trait = "0.1.68"
[dev-dependencies]
tokio = { version = "1.27.0", features = ["macros"] }
tokio = { version = "1.28.0", features = ["macros"] }
portpicker = "0.1.1"
# Cumulus