Skip to content

Commit 34cd65f

Browse files
Bump tracing-gelf from 0.6.0 to 0.7.0
Bumps [tracing-gelf](https://github.com/hlb8122/tracing-gelf) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/hlb8122/tracing-gelf/releases) - [Commits](hlbarber/tracing-gelf@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: tracing-gelf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d667755 commit 34cd65f

File tree

3 files changed

+29
-15
lines changed

3 files changed

+29
-15
lines changed

Cargo.lock

Lines changed: 27 additions & 13 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
@@ -25,7 +25,7 @@ url = "2.1.1"
2525
warp = {version = "0.3.1", features = ["tls"]}
2626
tracing = "0.1"
2727
tracing-futures = "0.2"
28-
tracing-gelf = { version = "0.6", optional = true }
28+
tracing-gelf = { version = "0.7", optional = true }
2929
tracing-journald = { version = "0.2.0", optional = true }
3030
tracing-subscriber = { version = "0.3", features = ["fmt", "json"] }
3131
tracing-appender = "0.2"

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ time = { version = "0.3", features = ["macros"] }
4646
thiserror = "1.0.30"
4747
tracing = "0.1"
4848
tracing-futures = "0.2"
49-
tracing-gelf = { version = "0.6", optional = true }
49+
tracing-gelf = { version = "0.7", optional = true }
5050
# TODO unpin this when cross for ARM targets is fixed: https://github.com/cross-rs/cross/pull/591
5151
tracing-journald = { version = "=0.2.0", optional = true }
5252
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }

0 commit comments

Comments
 (0)