Bump async-trait from 0.1.30 to 0.1.31

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-19 13:17:50 +00:00
committed by Benjamin Fry
parent 106bfbc8be
commit d3d2142267
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ path = "src/lib.rs"
[dependencies]
async-std = "1.0"
async-trait = "0.1.27"
async-trait = "0.1.31"
futures = { version = "0.3.5", default-features = false, features = ["std"] }
trust-dns-resolver = { version = "0.20.0", path = "../resolver", default-features = false }