diff --git a/Cargo.lock b/Cargo.lock index 243503901c..e2f640dd51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,9 +818,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index eb790a583c..c80c4fb47b 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] anyhow = "1.0" async-std = "1.13.0" -async-trait = "0.1.83" +async-trait = "0.1.85" codec = { package = "parity-scale-codec", version = "3.6.1" } env_logger = "0.11" futures = "0.3.31"