From 94d16b3a40a3e10a6fd1edbd443207a996963527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 16:53:29 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.25 to 0.3.11 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.25 to 0.3.11. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.25...tracing-subscriber-0.3.11) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 ++------------------------- vitup/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20a984ca..b19b4e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ name = "chain-vote" version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#135e49a572c7fd1460138c511bdd875c92100680" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "chain-core", "chain-crypto", "const_format", @@ -3326,15 +3326,6 @@ dependencies = [ "tokio 1.19.2", ] -[[package]] -name = "matchers" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" -dependencies = [ - "regex-automata", -] - [[package]] name = "matches" version = "0.1.9" @@ -4721,9 +4712,6 @@ name = "regex-automata" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax", -] [[package]] name = "regex-syntax" @@ -6317,20 +6305,9 @@ version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" dependencies = [ - "ansi_term 0.12.1", - "chrono", - "lazy_static", - "matchers", - "regex", - "serde", - "serde_json", "sharded-slab", - "smallvec", "thread_local", - "tracing", "tracing-core", - "tracing-log", - "tracing-serde", ] [[package]] @@ -6729,7 +6706,7 @@ dependencies = [ "tokio-stream", "tracing", "tracing-appender", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.11", "uuid", "valgrind", "vit-servicing-station-lib", diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 4f61e3df..fe567029 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -62,7 +62,7 @@ json = "0.12.4" image = "0.23.12" base64 = "0.12.1" uuid = { version = "0.8", features = ["serde", "v4"] } -tracing-subscriber = "0.2.16" +tracing-subscriber = "0.3.11" tracing = "0.1" tracing-appender = "0.1.2" hyper = { version = "0.14.17", features = ["server"] }