From e4611aa67474d7052ceae7dbac1a6f7bb08cbc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:21:24 +0000 Subject: [PATCH] Bump async-trait from 0.1.87 to 0.1.89 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.87 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.87...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9246b5c5..048eea65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.87" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 02a9736a..81cf9443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ thiserror = "^2.0.3" serde = "^1.0.149" # Used for NodeJS compatibility and other features -async-trait = "^0.1.73" +async-trait = "^0.1.89" # Used to generate identifiers for callbacks paste = "1.0.15"