chore: bump async-trait from 0.1.51 to 0.1.52 (#21765)

* chore: bump async-trait from 0.1.51 to 0.1.52

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

---
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]
2021-12-11 21:38:33 +00:00
committed by GitHub
parent ef7f49a21d
commit a400b5e63d
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ repository = "https://github.com/solana-labs/solana"
version = "1.10.0"
[dependencies]
async-trait = "0.1.51"
async-trait = "0.1.52"
base64 = "0.12.3"
bincode = "1.3.3"
chrono-humanize = "0.2.1"