From 1a758d8f2e9af240c2945b32941790be652555b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 08:54:26 +0000 Subject: [PATCH] build(deps): bump tracing-core from 0.1.10 to 0.1.12 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.10 to 0.1.12. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.10...tracing-core-0.1.12) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3782b7ba3c5f..5dc3ad02c2fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6334,9 +6334,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715" +checksum = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7" dependencies = [ "lazy_static", ]