diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index 8c02c82b5f..51e3edefaf 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -19,7 +19,7 @@ log = { workspace = true } num-traits = "0.2" rand = "0.8" scale-info = { version = "2.11.1", features = ["derive"] } -tokio = { version = "1.36", features = ["rt-multi-thread"] } +tokio = { version = "1.37", features = ["rt-multi-thread"] } thiserror = { workspace = true } # Bridge dependencies diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index bc894b34e4..13fda47735 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2" serde_json = { workspace = true, default-features = true } sysinfo = "0.30" time = { version = "0.3", features = ["formatting", "local-offset", "std"] } -tokio = { version = "1.36", features = ["rt"] } +tokio = { version = "1.37", features = ["rt"] } thiserror = { workspace = true } # Bridge dependencies