From a47469074bd2a826bdd71384b4add8a1e415b8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:25:39 +0000 Subject: [PATCH] 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 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6689c320..1ad712c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,9 +74,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/dropshot/Cargo.toml b/dropshot/Cargo.toml index d6b7c19e..7ef327a1 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -15,7 +15,7 @@ workspace = true [dependencies] async-stream = "0.3.6" -async-trait = "0.1.83" +async-trait = "0.1.84" base64 = "0.22.1" bytes = "1" camino = { version = "1.1.9", features = ["serde1"] }