From fda8a2bc111be9aff55cdff2abb32a7f866cec5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:27:00 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.83 to 0.1.84 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.84. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.84) --- 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 69b77c0..0c27064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0980393..605819b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ slack-morphism = { version = "2.8.0", features = ["hyper"] } chrono = "0.4.39" hyper-rustls = "0.27.5" hyper = "1.5.2" -async-trait = "0.1.83" +async-trait = "0.1.84" semver = "1.0.24" url = "2.5.4" futures = "0.3.31"