diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 3fd6207140296a6f23f456226fe6ec0564978c99..f078ade75257cbc8673e9b7223ed4475c35a9c7e 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -12075,9 +12075,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.2" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245" dependencies = [ "bytes", "libc", diff --git a/cumulus/client/network/Cargo.toml b/cumulus/client/network/Cargo.toml index 5abac614b1618c7cd194a91556492f594c8986e7..19f7519b34c4b1b4e4881109bf4059cb68e43e5a 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.2", features = ["macros"] } +tokio = { version = "1.19.0", features = ["macros"] } url = "2.2.2" # Substrate diff --git a/cumulus/client/pov-recovery/Cargo.toml b/cumulus/client/pov-recovery/Cargo.toml index 4f0f06a970742c1195faf63c1f07e6c00ab07287..39f2f9080ccb21c5a70bdd61bc7d8f64cf2f6828 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.2", features = ["macros"] } +tokio = { version = "1.19.0", features = ["macros"] } # Cumulus cumulus-test-service = { path = "../../test/service" } diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index e8cdc95cb46f88fcad4843ceca857d40d91563f6..9703c34826632d1e5e10190cbeb89dddb349b97c 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = { version = "0.13.1", features = ["server"] } parking_lot = "0.12.1" rand = "0.8.5" serde = { version = "1.0.137", features = ["derive"] } -tokio = { version = "1.18.2", features = ["macros"] } +tokio = { version = "1.19.0", features = ["macros"] } url = "2.2.2" # Substrate