1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-31 05:26:59 +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

@@ -12,7 +12,7 @@ crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.1"
futures = "0.1.21"
log = "0.4.3"
log = "0.4.6"
pretty_env_logger = "0.2.3"
serde = "1.0.69"
serde_json = "1.0.27"