diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml
index 61ef1dbfb0d8a902964a287ca947191b9fee245c..b284cda17884b0a7f5b98fc336ad4c5863b90400 100644
--- a/bridges/relays/bin-substrate/Cargo.toml
+++ b/bridges/relays/bin-substrate/Cargo.toml
@@ -23,7 +23,7 @@ rbtag = "0.3"
 structopt = "0.3"
 signal-hook = "0.3.15"
 signal-hook-async-std = "0.2.2"
-strum = { version = "0.25.0", features = ["derive"] }
+strum = { version = "0.26.1", features = ["derive"] }
 
 # Bridge dependencies
 bp-bridge-hub-polkadot = { path = "../../primitives/chain-bridge-hub-polkadot" }