Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tracing-journald from 0.2.0 to 0.3.0 #3953

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2022

Bumps tracing-journald from 0.2.0 to 0.3.0.

Release notes

Sourced from tracing-journald's releases.

tracing-journald 0.3.0

This is a breaking release which changes the format in which span fields are output to journald. Previously, span field names were prefixed with the depth of the span in the current trace tree. However, these prefixes are unnecessary, as journald has built in support for duplicated field names.

See PR #1986 for details on this change.

Changed

  • Removed span field prefixes (#1986)
  • Renamed S{num}_NAME fields to SPAN_NAME (#1986)

Fixed

  • Fixed broken links in documentation (#2077)

Thanks to @​wiktorsikora and @​ben0x539 for contributing to this release!

#1986: tokio-rs/tracing#1986 #2077: tokio-rs/tracing#2077

tracing-journald 0.2.4

Fixed

  • Fixed compilation error in memfd_create_syscall on 32-bit targets (#1982)

Thanks to new contributor @​chrta for contributing to this release!

#1982: tokio-rs/tracing#1982

tracing-journald 0.2.3

Fixed

  • Fixed missing memfd_create with glibc versions < 2.25 (#1912)

Changed

  • Updated minimum supported Rust version to 1.49.0 (#1913)

Thanks to @​9999years for contributing to this release!

#1912: tokio-rs/tracing#1912 #1913: tokio-rs/tracing#1913

tracing-journald 0.2.2

Added

  • Include a syslog identifier in log messages (#1822)

... (truncated)

Commits
  • 63ce858 tracing-journald: prepare to release v0.3.0 (#2085)
  • c8a2bb2 docs: more intra-doc links (#2077)
  • 4f1e463 tracing: prepare to release v0.1.34 (#2076)
  • cb294a9 core: prepare to release v0.1.26
  • 96347c7 core: add Value impl for Box\<T> where T: Value (#2071)
  • 8c67359 tracing: fix the "log" feature making async block futures !Send (#2073)
  • 438b013 docs: use intra-doc links instead of relative file paths (#2068)
  • 9d10e2c core: prepare to release v0.1.25 (#2070)
  • 50a726b core: impl Value for dyn Error + Send/Sync (#2066)
  • fc694a5 core: fix scoped dispatchers clobbering the global default (#2065)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 22, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2207931055

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.001%) to 9.311%

Files with Coverage Reduction New Missed Lines %
explorer/src/api/graphql/mod.rs 1 0%
explorer/src/api/graphql/scalars.rs 1 0%
jormungandr-lib/src/time.rs 1 27.52%
jcli/src/jcli_lib/transaction/staging.rs 2 2.65%
Totals Coverage Status
Change from base Build 2194723842: -0.001%
Covered Lines: 697
Relevant Lines: 7486

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/cargo/tracing-journald-0.3.0 branch from facec42 to 7040d41 Compare April 22, 2022 19:11
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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tracing-journald-0.3.0 branch from 7040d41 to 3fa3536 Compare May 3, 2022 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant