Skip to content

Commit 3fa3536

Browse files
Bump tracing-journald from 0.2.0 to 0.3.0
Bumps [tracing-journald](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-journald-0.2.0...tracing-journald-0.3.0) --- updated-dependencies: - dependency-name: tracing-journald dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46ca76f commit 3fa3536

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

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.3.0", 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)