Skip to content

Commit

Permalink
Bump tracing-journald from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2022
1 parent d667755 commit 7040d41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ warp = {version = "0.3.1", features = ["tls"]}
tracing = "0.1"
tracing-futures = "0.2"
tracing-gelf = { version = "0.6", optional = true }
tracing-journald = { version = "0.2.0", optional = true }
tracing-journald = { version = "0.3.0", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tracing = "0.1"
tracing-futures = "0.2"
tracing-gelf = { version = "0.6", 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-journald = { version = "=0.3.0", optional = true }
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
tracing-appender = "0.2"
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
Expand Down

0 comments on commit 7040d41

Please sign in to comment.