1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-30 21:20:20 +02:00

Merge pull request #50 from vbrandl/dependabot/cargo/futures-0.1.29

Bump futures from 0.1.28 to 0.1.29
This commit is contained in:
Valentin Brandl
2019-09-09 18:17:28 +02:00
committed by GitHub
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.100"