From f0121cdfef5b4f98ffdbd718837fc40e3e6d8fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:31:20 +0000 Subject: [PATCH] deps: 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f46c61cad..8c61abe6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,9 +469,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[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 bb3eb4dab..85d6a5365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ test_js_interop = [] anyhow = "1.0.95" async-rt = "0.1.2" async-stream = { version = "0.3.6" } -async-trait = { version = "0.1.82" } +async-trait = { version = "0.1.84" } asynchronous-codec = "0.7.0" base64 = { default-features = false, features = ["alloc"], version = "0.22.1" } byteorder = { version = "1.5.0" }