From 38d87b96752626713d3ff93ccc6b80024721795f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:05:52 +0000 Subject: [PATCH] build: bump async-trait from 0.1.83 to 0.1.85 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.85. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...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 efaa248d1..221dce055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2cbed0680..29014708e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tag = false [workspace.dependencies] anyhow = "1.0.95" -async-trait = "0.1.83" +async-trait = "0.1.85" bstr = "1.11.3" bugreport = "0.5.1" chashmap = "2.2.2"