Bump tracing from 0.1.11 to 0.1.12

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.11...tracing-0.1.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-15 23:05:52 +00:00 committed by Deirdre Connolly
parent b1c1105936
commit 6d2384044a
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1469,9 +1469,9 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.11"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6de6a8590a29d3f401eab60470c699efa0adf7b4f0352055bf24df2b69849b40"
checksum = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3"
dependencies = [
"cfg-if",
"log",