Bump tokio from 1.28.2 to 1.29.0 (#2795)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.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-06-30 01:39:29 +02:00
committed by GitHub
parent 89df09e2a0
commit f4a0a66685
7 changed files with 12 additions and 55 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.28.2", features = ["macros"] }
tokio = { version = "1.29.0", features = ["macros"] }
portpicker = "0.1.1"
# Cumulus