From 2da819746d7982160d69b8986a112130ec72cfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:44:44 +0000 Subject: [PATCH] Bump async-trait from 0.1.87 to 0.1.88 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.87 to 0.1.88. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.87...0.1.88) --- updated-dependencies: - dependency-name: async-trait 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 ebb06ff0..e6997b21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.87" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1c56d823..8a22918f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ thiserror = "2.0.4" serde = "1.0.219" # Used for NodeJS compatibility and other features -async-trait = "0.1.87" +async-trait = "0.1.88" # Used to generate identifiers for callbacks paste = "1.0.15"