From eba10f1be216c99deec3ea37ca32fe5e0ee94d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 18:38:30 +0000 Subject: [PATCH] Bump tracing-gelf from 0.6.0 to 0.7.0 Bumps [tracing-gelf](https://github.com/hlb8122/tracing-gelf) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/hlb8122/tracing-gelf/releases) - [Commits](https://github.com/hlb8122/tracing-gelf/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: tracing-gelf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- explorer/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d9c2384b2..0d47e652cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5131,9 +5131,9 @@ dependencies = [ [[package]] name = "tracing-gelf" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d094204165dcfc9cffe7b2c22d98e4a7bc86f1e8a052c83c7c5442ee325bf4" +checksum = "e42df83d1aeae02b07db7a7758af84970fbe327cc6abc537c13da86899505e68" dependencies = [ "bytes", "futures-channel", @@ -5142,8 +5142,7 @@ dependencies = [ "serde_json", "thiserror", "tokio", - "tokio-util 0.6.10", - "tracing", + "tokio-util 0.7.4", "tracing-core", "tracing-futures", "tracing-subscriber", diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index 2d42bd26c8..9ee6d8d451 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -25,7 +25,7 @@ url = "2.1.1" warp = {version = "0.3.1", features = ["tls"]} tracing = "0.1" tracing-futures = "0.2" -tracing-gelf = { version = "0.6", optional = true } +tracing-gelf = { version = "0.7", optional = true } tracing-subscriber = { version = "0.3", features = ["fmt", "json"] } tracing-appender = "0.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 f31eadb34c..fedf1dd762 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -47,7 +47,7 @@ time = { version = "0.3", features = ["macros"] } thiserror = "1.0.30" tracing = "0.1" tracing-futures = "0.2" -tracing-gelf = { version = "0.6", optional = true } +tracing-gelf = { version = "0.7", 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-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }