chore: bump async-trait from 0.1.52 to 0.1.53 (#24407)

* chore: bump async-trait from 0.1.52 to 0.1.53

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-04-15 22:50:26 -06:00
committed by GitHub
parent 2dad5df523
commit 412c080b04
4 changed files with 73 additions and 73 deletions

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
async-mutex = "1.4.0"
async-trait = "0.1.52"
async-trait = "0.1.53"
base64 = "0.13.0"
bincode = "1.3.3"
bs58 = "0.4.0"