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

Merge pull request #3 from vbrandl/dependabot/cargo/log-0.4.6

Bump log from 0.4.3 to 0.4.6
This commit is contained in:
Valentin Brandl
2019-05-25 23:24:51 +02:00
committed by GitHub
3 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.1"
hyper = "0.11"
log = "0.4.3"
log = "0.4.6"
openssl-probe = "0.1.2"
pretty_env_logger = "0.2.3"
reqwest = "0.8.6"