From 97e28bba8042415a9dc822edd58c30fdeacdb068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:21:39 +0000 Subject: [PATCH] chore(deps): bump tracing-gelf from 0.6.1 to 0.7.1 Bumps [tracing-gelf](https://github.com/hlb8122/tracing-gelf) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/hlb8122/tracing-gelf/releases) - [Commits](https://github.com/hlb8122/tracing-gelf/commits) --- 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 ef5b6bb56f..58d750fdd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5135,9 +5135,9 @@ dependencies = [ [[package]] name = "tracing-gelf" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d094204165dcfc9cffe7b2c22d98e4a7bc86f1e8a052c83c7c5442ee325bf4" +checksum = "d7c0170f1bf67b749d4377c2da1d99d6e722600051ee53870cfb6f618611e29e" dependencies = [ "bytes", "futures-channel", @@ -5146,8 +5146,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 643f00960d..1ead492aec 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"] }