From cf106ddc458e799ed5fbc04d5cce1ec9a345f452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:42:07 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.86 to 0.1.87 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.86 to 0.1.87. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.86...0.1.87) --- 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 73ba5a0..ce27196 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,9 +299,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5e30d70..3aceba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ slack-morphism = { version = "2.9.0", features = ["hyper"] } chrono = "0.4.40" hyper-rustls = "0.27.5" hyper = "1.6.0" -async-trait = "0.1.86" +async-trait = "0.1.87" semver = "1.0.25" url = "2.5.4" futures = "0.3.31"