From 8b25d8f1c76d5ae3ab6ed138d8c96c845cd9e15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:52:18 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.81 to 0.1.83 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wacker/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd08437..b17773c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/wacker/Cargo.toml b/wacker/Cargo.toml index 19f1cea..484fcb8 100644 --- a/wacker/Cargo.toml +++ b/wacker/Cargo.toml @@ -35,7 +35,7 @@ hyper-util = "0.1.6" http = "1.1.0" http-body-util = "0.1.2" bytes = "1.7.1" -async-trait = "0.1.81" +async-trait = "0.1.83" serde = { version = "1.0.204", features = ["derive"] } bincode = "1.3.3" parking_lot = "0.12.3"