Bump async-trait from 0.1.33 to 0.1.36

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-23 23:09:29 +00:00
committed by Benjamin Fry
parent 80670484d3
commit fdf15cdc59
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.31"
async-trait = "0.1.36"
futures = { version = "0.3.5", default-features = false, features = ["std"] }
trust-dns-resolver = { version = "0.20.0", path = "../resolver", default-features = false }