From b093221c4f2112c1be107698d73d3629aaadcdce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 09:00:50 +0000 Subject: [PATCH] Bump tokio from 1.18.0 to 1.18.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cumulus/Cargo.lock | 4 ++-- cumulus/client/network/Cargo.toml | 2 +- cumulus/client/pov-recovery/Cargo.toml | 2 +- cumulus/test/service/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 5a975b15da..ad5239888b 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -12537,9 +12537,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" dependencies = [ "bytes 1.1.0", "libc", diff --git a/cumulus/client/network/Cargo.toml b/cumulus/client/network/Cargo.toml index 2b58f78fe1..ae5fc8c9e7 100644 --- a/cumulus/client/network/Cargo.toml +++ b/cumulus/client/network/Cargo.toml @@ -33,7 +33,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } [dev-dependencies] portpicker = "0.1.1" -tokio = { version = "1.18.0", features = ["macros"] } +tokio = { version = "1.18.1", features = ["macros"] } url = "2.2.2" # Substrate diff --git a/cumulus/client/pov-recovery/Cargo.toml b/cumulus/client/pov-recovery/Cargo.toml index d70342350a..2e8f59ea82 100644 --- a/cumulus/client/pov-recovery/Cargo.toml +++ b/cumulus/client/pov-recovery/Cargo.toml @@ -31,7 +31,7 @@ cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = {path = "../relay-chain-interface"} [dev-dependencies] -tokio = { version = "1.18.0", features = ["macros"] } +tokio = { version = "1.18.1", features = ["macros"] } # Cumulus cumulus-test-service = { path = "../../test/service" } diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index f375ab5a4b..412a41b011 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -12,7 +12,7 @@ jsonrpc-core = "18.0.0" parking_lot = "0.12.0" rand = "0.8.5" serde = { version = "1.0.137", features = ["derive"] } -tokio = { version = "1.18.0", features = ["macros"] } +tokio = { version = "1.18.1", features = ["macros"] } url = "2.2.2" # Substrate