From 1add2c91a488d478bca2fe526a8e4f292ad086be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 07:47:03 +0000 Subject: [PATCH] build(deps): bump tracing-core from 0.1.10 to 0.1.13 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.10 to 0.1.13. - [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.13) 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 286fb644bfab..3f287fc6151e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6364,9 +6364,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.10" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715" +checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9" dependencies = [ "lazy_static", ]