From 091f9f165f73a11ec147fc0cc94c38b05e991335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:48:51 +0100 Subject: [PATCH] chore(deps): bump async-trait from 0.1.78 to 0.1.79 (#2617) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.79. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.79) --- 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 a319ee7325..b0e3baccdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.78" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8d4ed1aa02..d52e44e7d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ strip = "symbols" incremental = false [workspace.dependencies] -async-trait = { version = "0.1.78" } +async-trait = { version = "0.1.79" } assert_matches = { version = "1.3.0" } blake2-rfc = { version = "0.2.18", default-features = false } base58 = { version = "0.2", default-features = false }