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

Merge pull request #5 from vbrandl/dependabot/cargo/hyper-0.12.9

Bump hyper from 0.11.27 to 0.12.9
This commit is contained in:
Valentin Brandl
2019-05-26 00:29:46 +02:00
committed by GitHub
2 changed files with 55 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ clap = "2.33.0"
crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.1"
hyper = "0.11"
hyper = "0.12"
log = "0.4.6"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"