Skip to content

Commit 6cfeb09

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] <[email protected]>
1 parent d34b50b commit 6cfeb09

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

Cargo.lock

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

jormungandr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async-graphql-warp = "2.9.5"
3030
base64 = "0.13.0"
3131
bincode = "1.3.3"
3232
bech32 = "0.8"
33-
futures = "0.3.18"
33+
futures = "0.3.21"
3434
hex = "0.4"
3535
jormungandr-lib = { path = "../jormungandr-lib" }
3636
keynesis = "1.1"
@@ -51,7 +51,7 @@ tracing = "0.1"
5151
tracing-futures = "0.2"
5252
tracing-gelf = { version = "0.6", optional = true }
5353
# TODO unpin this when cross for ARM targets is fixed: https://github.com/cross-rs/cross/pull/591
54-
tracing-journald = { version = "=0.2.0", optional = true }
54+
tracing-journald = { version = "=0.2.3", optional = true }
5555
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
5656
tracing-appender = "0.2"
5757
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }

0 commit comments

Comments
 (0)