From 4e3d9d8f19d31e4f23025c3fe232eac7c7c753d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:06:56 +0800 Subject: [PATCH] build(deps): bump async-trait from 0.1.85 to 0.1.86 (#1642) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.86. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9028c356..9a34503a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,9 +758,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8acc43283..0817dddcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -305,7 +305,7 @@ xcm-simulator = { git = "https://github.com/pari slices = "0.2.0" derive_more = "1.0.0" libsecp256k1 = { version = "0.7", default-features = false } -async-trait = { version = "0.1.83" } +async-trait = { version = "0.1.86" } bstringify = { version = "0.1.2" } clap = { version = "4.5.27" } env_logger = { version = "0.10.2" }