Bump async-trait from 0.1.71 to 0.1.72 (#2920)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-22 15:49:26 +00:00
committed by GitHub
parent bb4e989a91
commit 56d225c281
14 changed files with 15 additions and 15 deletions
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.71"
async-trait = "0.1.72"
futures = "0.3.28"
futures-timer = "3.0.2"