From 9f0832f2888e65172913ce495c0827a3d31e8f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:22:44 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.84 to 0.1.85 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.84 to 0.1.85. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.84...0.1.85) --- 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 881e3d5..3d0f51c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fb3e691..cd2356a 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.84" +async-trait = "0.1.85" semver = "1.0.24" url = "2.5.4" futures = "0.3.31"