diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index f4944ac972d4dfe1430060531281e779878fc7aa..9f710ec3c9fa469e9d40c38e4f7e8163450ec263 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 a41beb9e52f85eea20b738fe4157606ebe26117a..6f1546e09f268df44c91b7e723c465751d095eaf 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