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

Bump log from 0.4.3 to 0.4.6

Bumps [log](https://github.com/rust-lang/log) from 0.4.3 to 0.4.6.
- [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/env_logger-0.4.3...0.4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-23 11:19:54 +00:00
parent 8dd1a1b0fa
commit abf04e9b4d
3 changed files with 27 additions and 25 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"