Bump tokio from 1.13.0 to 1.14.0 (#4298)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
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]
2021-11-17 13:50:08 +00:00
committed by GitHub
parent 620a4e45de
commit dc33cda116
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ hex = "0.4.3"
tracing = "0.1.29"
rand = "0.8.3"
tempfile = "3.2.0"
tokio = "1.13.0"
tokio = "1.14.0"
# Polkadot dependencies
polkadot-overseer = { path = "../../overseer" }
@@ -60,4 +60,4 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
serde_json = "1.0.70"
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
tokio = { version = "1.13", features = ["macros"] }
tokio = { version = "1.14", features = ["macros"] }