From 6d985fa8d501bcec7d5a77160fdf6003f880ef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:54:03 +0000 Subject: [PATCH] Bump async-trait from 0.1.83 to 0.1.84 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [async-trait](https://github.com/dtolnay/async-trait). Updates `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 dependency-group: minor-and-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 6d0b9d8..03b8b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[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 8f87726..ae1f667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,5 +27,5 @@ chrono = "0.4.39" chrono-tz = "0.10.0" clokwerk = "0.4.0" rand = { version = "0.8.5", features = ["small_rng"] } -async-trait = "0.1.83" +async-trait = "0.1.84" anyhow = "1.0.95"