From 62db57e391114a2798c4f06916e2b6c6a2089f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:44:41 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.77 to 0.1.80 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.80. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.80) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- services/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8e36ec..41fae5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", diff --git a/services/Cargo.toml b/services/Cargo.toml index 4c55d5f..61794c8 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.81" -async-trait = "0.1.68" +async-trait = "0.1.80" crc32fast = { version = "1.4.0", features = ["nightly"] } deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] } futures-util = "0.3.28"