diff --git a/Cargo.lock b/Cargo.lock index 5d6447d334..bc8d15a29e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,9 +780,9 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2 1.0.85", "quote 1.0.36", diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 68ceebb286..548ba07b43 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] anyhow = "1.0" async-std = "1.9.0" -async-trait = "0.1.80" +async-trait = "0.1.81" codec = { package = "parity-scale-codec", version = "3.6.1" } env_logger = "0.11" futures = "0.3.30"