From ad8dec006bb457cf90d9c02783a7389e9b17ead8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:08:15 +0200 Subject: [PATCH] chore(deps): bump async-trait from 0.1.81 to 0.1.83 (#63) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b378989..fd60078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,9 +88,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/Cargo.toml b/Cargo.toml index ba4c38a..01110bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ urlencoding = "2.1.3" anyhow = "1.0.89" http = "1.1.0" tower = { version = "0.5.1", features = ["util"] } -async-trait = "0.1.81" +async-trait = "0.1.83" pin-project = "1.1.5" futures = "0.3.30" time = "0.3.36"