From 7963cf65c949e2f937782a95c98c5c0f173bf730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:26:14 +0000 Subject: [PATCH] Bump tokio from 1.24.1 to 1.24.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2. - [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-patch ... Signed-off-by: dependabot[bot] --- bridges/relays/client-substrate/Cargo.toml | 2 +- bridges/relays/utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index 229de0cc09..a16de01713 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.17" num-traits = "0.2" rand = "0.7" scale-info = { version = "2.1.1", features = ["derive"] } -tokio = { version = "1.8", features = ["rt-multi-thread"] } +tokio = { version = "1.24", features = ["rt-multi-thread"] } thiserror = "1.0.26" # Bridge dependencies diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index 09cec37090..5a1e505902 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2" serde_json = "1.0" sysinfo = "0.15" time = { version = "0.3", features = ["formatting", "local-offset", "std"] } -tokio = { version = "1.8", features = ["rt"] } +tokio = { version = "1.24", features = ["rt"] } thiserror = "1.0.26" # Bridge dependencies