From e711c9a5d5a6a7da482b7c3ff93a256a9b658506 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Dec 2023 02:28:14 +0000
Subject: [PATCH] Bump tokio from 1.34.0 to 1.35.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 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 f4944ac972d..9f710ec3c9f 100644
--- a/bridges/relays/client-substrate/Cargo.toml
+++ b/bridges/relays/client-substrate/Cargo.toml
@@ -15,7 +15,7 @@ log = "0.4.20"
 num-traits = "0.2"
 rand = "0.8"
 scale-info = { version = "2.10.0", features = ["derive"] }
-tokio = { version = "1.34", features = ["rt-multi-thread"] }
+tokio = { version = "1.35", features = ["rt-multi-thread"] }
 thiserror = "1.0.50"
 
 # Bridge dependencies
diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml
index a41beb9e52f..6f1546e09f2 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.29"
 time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
-tokio = { version = "1.34", features = ["rt"] }
+tokio = { version = "1.35", features = ["rt"] }
 thiserror = "1.0.50"
 
 # Bridge dependencies
-- 
GitLab