1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-31 05:26:59 +02:00

Bump futures from 0.1.28 to 0.1.29

Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.28 to 0.1.29.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.28...0.1.29)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-06 04:23:01 +00:00
committed by GitHub
parent 5ed74531dc
commit 8f3dd17cb5
2 changed files with 33 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ clap = "2.33.0"
crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.5"
futures = "0.1.28"
futures = "0.1.29"
log = "0.4.8"
pretty_env_logger = "0.3.1"
serde = "1.0.99"