diff --git a/Cargo.lock b/Cargo.lock index 4abba9133..128fdfeee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3131,7 +3131,7 @@ dependencies = [ "serde_json", "strip-ansi-escapes", "tracing", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", ] [[package]] @@ -3820,7 +3820,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24" dependencies = [ "tracing", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", ] [[package]] @@ -3831,7 +3831,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54" dependencies = [ "lazy_static", "tracing", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", ] [[package]] @@ -3851,7 +3851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fe1f0ed2b7a5fcb6da2bc9e783587d9a0c8b9535e50224afe04e543eae8a2d6" dependencies = [ "tracing-core", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", ] [[package]] @@ -3894,9 +3894,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705096c6f83bf68ea5d357a6aa01829ddbdac531b357b45abeca842938085baa" +checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -4473,7 +4473,7 @@ dependencies = [ "tracing", "tracing-error", "tracing-futures", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", "wagyu-zcash-parameters", "zebra-chain", "zebra-script", @@ -4578,7 +4578,7 @@ dependencies = [ "tower", "tracing", "tracing-error", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", ] [[package]] @@ -4590,7 +4590,7 @@ dependencies = [ "serde_json", "structopt", "tracing-error", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", "zebra-chain", "zebra-consensus", "zebra-state", @@ -4627,7 +4627,7 @@ dependencies = [ "tracing-flame", "tracing-futures", "tracing-journald", - "tracing-subscriber 0.2.17", + "tracing-subscriber 0.2.18", "vergen", "zebra-chain", "zebra-consensus", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 30eef8cbb..322dba3ab 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -40,7 +40,7 @@ color-eyre = "0.5.11" spandoc = "0.2" tokio = { version = "0.3.6", features = ["full"] } tracing-error = "0.1.2" -tracing-subscriber = "0.2.17" +tracing-subscriber = "0.2.18" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 169f25f42..a5b645085 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -14,7 +14,7 @@ tower = { version = "0.4", features = ["util"] } futures = "0.3.14" color-eyre = "0.5.11" tracing = "0.1.26" -tracing-subscriber = "0.2.17" +tracing-subscriber = "0.2.18" tracing-error = "0.1.2" spandoc = "0.2.0" regex = "1.4.6" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 2778ec031..6ad06b8a7 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -13,7 +13,7 @@ color-eyre = "0.5.11" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] } -tracing-subscriber = { version = "0.2.17", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.18", features = ["tracing-log"] } zebra-chain = { path = "../zebra-chain" } zebra-consensus = { path = "../zebra-consensus" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 99ec93490..329b3f40b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -35,7 +35,7 @@ tracing = "0.1" tracing-futures = "0.2" tracing-flame = "0.1.0" tracing-journald = "0.1.0" -tracing-subscriber = { version = "0.2.17", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.18", features = ["tracing-log"] } tracing-error = "0.1.2" metrics = "0.13.0-alpha.8" metrics-exporter-prometheus = "0.1.0-alpha.7"