diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 701b6b5119..37a87b4b8b 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -15,7 +15,7 @@ async-std = "1.13.0" async-trait = "0.1.83" codec = { package = "parity-scale-codec", version = "3.6.1" } env_logger = "0.11" -futures = "0.3.30" +futures = "0.3.31" hex = "0.4" log = { workspace = true } num-format = "0.4"