Skip to content

Commit 3bd2fa3

Browse files
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](tokio-rs/tracing@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] <support@github.com>
1 parent acf37fe commit 3bd2fa3

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

Cargo.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ warp = {version = "0.3.1", features = ["tls"]}
2626
tracing = "0.1"
2727
tracing-futures = "0.2"
2828
tracing-gelf = { version = "0.5", optional = true }
29-
tracing-journald = { version = "0.1.0", optional = true }
29+
tracing-journald = { version = "0.2.3", optional = true }
3030
tracing-subscriber = { version = "0.2", features = ["fmt", "json"] }
3131
tracing-appender = "0.1.2"
3232
tokio = { version = "^1.4", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tracing = "0.1"
4949
tracing-futures = "0.2"
5050
tracing-gelf = { version = "0.6", optional = true }
5151
# TODO unpin this when cross for ARM targets is fixed: https://github.com/cross-rs/cross/pull/591
52-
tracing-journald = { version = "=0.2.0", optional = true }
52+
tracing-journald = { version = "=0.2.3", optional = true }
5353
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
5454
tracing-appender = "0.2"
5555
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }

0 commit comments

Comments
 (0)