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

Bump log from 0.4.6 to 0.4.7

Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-11 06:22:31 +00:00
committed by GitHub
parent 357012e0d4
commit c341578749
3 changed files with 26 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ crypto = { path = "../crypto" }
data = { path = "../data" }
failure = "0.1.1"
hyper = "0.12.31"
log = "0.4.6"
log = "0.4.7"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
reqwest = "0.9.18"