diff --git a/Cargo.lock b/Cargo.lock index 008dbdeaa..a48d4a08d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,9 +727,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f49e81057..b3bf5e633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ xcm-emulator = { git = "https://github.com/pari xcm-simulator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.13.0" } # Other -async-trait = { version = "0.1.76" } +async-trait = { version = "0.1.82" } bstringify = { version = "0.1.2" } clap = { version = "4.5.17" } env_logger = { version = "0.10.2" }