From 3bd2fa37b850ab276e607a5ae7952c5816f5058c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 13:44:44 +0000 Subject: [PATCH] Bump tracing-journald from 0.2.0 to 0.2.3 Bumps [tracing-journald](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.3. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-journald-0.2.0...tracing-journald-0.2.3) --- updated-dependencies: - dependency-name: tracing-journald dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++-------------- explorer/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84dc6740c0..d1fbb0a3db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,7 +1506,7 @@ dependencies = [ "tracing-appender 0.1.2", "tracing-futures", "tracing-gelf 0.5.2", - "tracing-journald 0.1.0", + "tracing-journald", "tracing-subscriber 0.2.25", "url", "warp", @@ -2395,7 +2395,7 @@ dependencies = [ "tracing-appender 0.2.0", "tracing-futures", "tracing-gelf 0.6.0", - "tracing-journald 0.2.0", + "tracing-journald", "tracing-subscriber 0.3.7", "versionisator", "warp", @@ -5107,20 +5107,11 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe1f0ed2b7a5fcb6da2bc9e783587d9a0c8b9535e50224afe04e543eae8a2d6" -dependencies = [ - "tracing-core", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "tracing-journald" -version = "0.2.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c35f4a6b4b2d00511aa9e17d4efc74d4c3ddc5a5416f58a5de25c30bfeb0307" +checksum = "36a63bcca9cab23195673d7c3c7db8aff5fc062b82cd1e51c396d9dc26968c3c" dependencies = [ + "libc", "tracing-core", "tracing-subscriber 0.3.7", ] diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index 86547c5cdb..1caf062066 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -26,7 +26,7 @@ warp = {version = "0.3.1", features = ["tls"]} tracing = "0.1" tracing-futures = "0.2" tracing-gelf = { version = "0.5", optional = true } -tracing-journald = { version = "0.1.0", optional = true } +tracing-journald = { version = "0.2.3", optional = true } tracing-subscriber = { version = "0.2", features = ["fmt", "json"] } tracing-appender = "0.1.2" tokio = { version = "^1.4", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] } diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 512f38b4bb..fdaffa50a3 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -49,7 +49,7 @@ tracing = "0.1" tracing-futures = "0.2" tracing-gelf = { version = "0.6", optional = true } # TODO unpin this when cross for ARM targets is fixed: https://github.com/cross-rs/cross/pull/591 -tracing-journald = { version = "=0.2.0", optional = true } +tracing-journald = { version = "=0.2.3", optional = true } tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] } tracing-appender = "0.2" tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }