From 15bb17d65cbd5dcdda1bc022a40c514f8f23c9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:01:45 +0000 Subject: [PATCH] chore(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 9944423b6..02de1a3f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,9 +317,9 @@ dependencies = [ [[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 220d61239..a03433e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ aes-gcm = "0.10.2" anyhow = "1.0" assert-json-diff = "2.0" assert_cmd = "2" -async-trait = "0.1.84" +async-trait = "0.1.85" base64 = "0.22.1" base64-serde = "0.7" bincode = "1.3.3"