diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml
index 9f710ec3c9fa469e9d40c38e4f7e8163450ec263..fff118bd28a43c365b2495419342457a09f8502c 100644
--- a/bridges/relays/client-substrate/Cargo.toml
+++ b/bridges/relays/client-substrate/Cargo.toml
@@ -16,7 +16,7 @@ num-traits = "0.2"
 rand = "0.8"
 scale-info = { version = "2.10.0", features = ["derive"] }
 tokio = { version = "1.35", features = ["rt-multi-thread"] }
-thiserror = "1.0.50"
+thiserror = "1.0.51"
 
 # Bridge dependencies
 
diff --git a/bridges/relays/lib-substrate-relay/Cargo.toml b/bridges/relays/lib-substrate-relay/Cargo.toml
index f4df31766fedb8e63f5de0d63fcbe6f0fed2d676..5d73119aeb90b0b9ebfeb99a6ab5a41f4727a3bd 100644
--- a/bridges/relays/lib-substrate-relay/Cargo.toml
+++ b/bridges/relays/lib-substrate-relay/Cargo.toml
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
 
 [dependencies]
 anyhow = "1.0"
-thiserror = "1.0.50"
+thiserror = "1.0.51"
 async-std = "1.9.0"
 async-trait = "0.1"
 codec = { package = "parity-scale-codec", version = "3.1.5" }
diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml
index 6f1546e09f268df44c91b7e723c465751d095eaf..049368f72bbc47c0acb64cafc62b825a34da3017 100644
--- a/bridges/relays/utils/Cargo.toml
+++ b/bridges/relays/utils/Cargo.toml
@@ -21,7 +21,7 @@ serde_json = "1.0"
 sysinfo = "0.29"
 time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
 tokio = { version = "1.35", features = ["rt"] }
-thiserror = "1.0.50"
+thiserror = "1.0.51"
 
 # Bridge dependencies