chore: bump async-trait from 0.1.36 to 0.1.42

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-23 09:03:04 +00:00
committed by Michael Vines
parent ccfde38f5e
commit f96c4ec84e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ repository = "https://github.com/solana-labs/solana"
version = "1.5.0"
[dependencies]
async-trait = "0.1.36"
async-trait = "0.1.42"
base64 = "0.12.3"
chrono = "0.4.19"
chrono-humanize = "0.1.1"