Skip to content

Commit facec42

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 15bdbc3 commit facec42

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

Cargo.lock

Lines changed: 6 additions & 15 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.3.0", 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
@@ -48,7 +48,7 @@ tracing = "0.1"
4848
tracing-futures = "0.2"
4949
tracing-gelf = { version = "0.6", optional = true }
5050
# TODO unpin this when cross for ARM targets is fixed: https://github.com/cross-rs/cross/pull/591
51-
tracing-journald = { version = "=0.2.0", optional = true }
51+
tracing-journald = { version = "=0.3.0", optional = true }
5252
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
5353
tracing-appender = "0.2"
5454
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }

0 commit comments

Comments
 (0)