From 2208a6a22daefe4cdc40e62d4afd401d27332b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 09:01:53 +0000 Subject: [PATCH] build(deps): bump tracing-subscriber from 0.2.7 to 0.2.8 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.7...tracing-subscriber-0.2.8) Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0c596117..2317aecd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,6 +73,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" +dependencies = [ + "winapi 0.3.9", +] + [[package]] name = "arc-swap" version = "0.4.7" @@ -288,7 +297,7 @@ version = "2.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" dependencies = [ - "ansi_term", + "ansi_term 0.11.0", "atty", "bitflags", "strsim 0.8.0", @@ -332,7 +341,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c72672243200c10efdf22867bc2e156ac4f27852572a99f5fbbe18f0c417d76" dependencies = [ - "ansi_term", + "ansi_term 0.11.0", "backtrace", "color-spantrace", "eyre", @@ -347,7 +356,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a99aa4aa18448eef4c7d3f86d2720d2d8cad5c860fe9ff9b279293efdc8f5be" dependencies = [ - "ansi_term", + "ansi_term 0.11.0", "tracing-core", "tracing-error", ] @@ -2352,11 +2361,11 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c72c8cf3ec4ed69fef614d011a5ae4274537a8a8c59133558029bd731eb71659" +checksum = "cafe899b943f5433c6cab468d75a17ea92948fe9fe60b00f41e13d5e0d4fd054" dependencies = [ - "ansi_term", + "ansi_term 0.12.1", "chrono", "lazy_static", "matchers", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index b60260549..58a50d47c 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -26,6 +26,6 @@ rand = "0.7" spandoc = "0.2" tokio = { version = "0.2", features = ["full"] } tracing-error = "0.1.2" -tracing-subscriber = "0.2.7" +tracing-subscriber = "0.2.8" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index d01436c08..75903a70e 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -14,7 +14,7 @@ tower = "0.3.1" futures = "0.3.5" color-eyre = "0.5" tracing = "0.1.16" -tracing-subscriber = "0.2.7" +tracing-subscriber = "0.2.8" tracing-error = "0.1.2" [dev-dependencies] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 40a62256d..16d53ac2c 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1" tracing = "0.1" tracing-futures = "0.2" tracing-log = "0.1" -tracing-subscriber = { version = "0.2.7", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.8", features = ["tracing-log"] } tracing-error = "0.1.2" metrics-runtime = "0.13"