Bump tokio from 1.21.2 to 1.22.0 (#1896)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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]
2022-11-23 13:19:15 +01:00
committed by GitHub
parent 3a624fd8ea
commit ba01e9d32f
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
[dev-dependencies]
portpicker = "0.1.1"
tokio = { version = "1.21.2", features = ["macros"] }
tokio = { version = "1.22.0", features = ["macros"] }
url = "2.3.1"
# Substrate
+1 -1
View File
@@ -30,7 +30,7 @@ cumulus-primitives-core = { path = "../../primitives/core" }
cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
[dev-dependencies]
tokio = { version = "1.21.2", features = ["macros"] }
tokio = { version = "1.22.0", features = ["macros"] }
portpicker = "0.1.1"
# Cumulus
+1 -1
View File
@@ -47,4 +47,4 @@ tracing = "0.1.37"
async-trait = "0.1.58"
futures = "0.3.25"
url = "2.2.2"
tokio = { version = "1.21.2", features = ["macros"] }
tokio = { version = "1.22.0", features = ["macros"] }
+1 -1
View File
@@ -20,7 +20,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
tokio = { version = "1.21.2", features = ["sync"] }
tokio = { version = "1.22.0", features = ["sync"] }
futures = "0.3.25"
futures-timer = "3.0.2"