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

build(deps): bump tracing from 0.1.31 to 0.1.35 #5225

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps tracing from 0.1.31 to 0.1.35.

Release notes

Sourced from tracing's releases.

tracing 0.1.35

This release reduces the overhead of callsite registration by using new tracing-core APIs.

Added

  • Use DefaultCallsite to reduce callsite registration overhead (#2083)

Changed

  • tracing-core: updated to 0.1.27

#2083: tokio-rs/tracing#2083

tracing 0.1.34

This release includes bug fixes for the "log" support feature and for the use of both scoped and global default dispatchers in the same program.

Fixed

  • Failure to use the global default dispatcher when a thread sets a local default dispatcher before the global default is set (#2065)
  • log: Compilation errors due to async block/fn futures becoming !Send when the "log" feature flag is enabled (#2073)
  • Broken links in documentation (#2068)

Thanks to @​ben0x539 for contributing to this release!

#2065: tokio-rs/tracing#2065 #2073: tokio-rs/tracing#2073 #2068: tokio-rs/tracing#2068

tracing 0.1.33

This release adds new span_enabled! and event_enabled! variants of the enabled! macro, for testing whether a subscriber would specifically enable a span or an event.

Added

  • span_enabled! and event_enabled! macros (#1900)
  • Several documentation improvements (#2010, #2012)

Fixed

  • Compilation warning when compiling for <=32-bit targets (including wasm32) (#2060)

Thanks to @​guswynn, @​arifd, @​hrxi, @​CAD97, and @​name1e5s for contributing to this release!

... (truncated)

Commits
  • cf98b73 tracing: prepare to releases v0.1.35 (#2156)
  • d6699fe core: prepare to release v0.1.27 (#2155)
  • 2f23ecc core: add ValueSet::len and Record::len (#2152)
  • 1133a08 opentelemetry: prepare to release v0.17.3 (#2154)
  • 29b265d core, subscriber: migrate from lazy_static to once_cell (#2147)
  • 0130df7 chore(deps): update parking_lot requirement from >= 0.9.0, <= 0.12 to >= 0.9....
  • bc5ef82 opentelemetry: add support for thread names/ids (#2134)
  • bfdf8dc docs: remove incorrect MSRV note (#2137)
  • ebdafbd appender: add initial set of benches (#2128)
  • 00fcb71 opentelemetry: enforce event_location for span tags (#2124)
  • 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 requested review from a team as code owners September 21, 2022 20:45
@dependabot dependabot bot requested review from upbqdn and removed request for a team September 21, 2022 20:45
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code P-Low ❄️ labels Sep 21, 2022
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Merging #5225 (f67408f) into main (9cb6c55) will decrease coverage by 0.03%.
The diff coverage is n/a.

❗ Current head f67408f differs from pull request most recent head ed7c0ef. Consider uploading reports for the commit ed7c0ef to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5225      +/-   ##
==========================================
- Coverage   79.13%   79.09%   -0.04%     
==========================================
  Files         307      307              
  Lines       39225    39244      +19     
==========================================
  Hits        31039    31039              
- Misses       8186     8205      +19     

@teor2345 teor2345 requested review from teor2345 and removed request for a team and upbqdn September 21, 2022 22:07
@teor2345 teor2345 self-assigned this Sep 21, 2022
teor2345
teor2345 previously approved these changes Sep 21, 2022
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might fix a filtering bug we've been having.

@teor2345 teor2345 added C-bug Category: This is a bug P-Medium ⚡ A-diagnostics Area: Diagnosing issues or monitoring performance and removed P-Low ❄️ labels Sep 21, 2022
mergify bot added a commit that referenced this pull request Sep 22, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/tracing-0.1.35 branch from 875e7e4 to ebce5b2 Compare September 22, 2022 02:06
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.31 to 0.1.35.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.31...tracing-0.1.35)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tracing-0.1.35 branch from ebce5b2 to f67408f Compare September 22, 2022 04:52
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might fix a filtering bug we've been having.

mergify bot added a commit that referenced this pull request Sep 23, 2022
@teor2345
Copy link
Contributor

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Sep 23, 2022

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Sep 23, 2022
mergify bot added a commit that referenced this pull request Sep 23, 2022
@upbqdn
Copy link
Member

upbqdn commented Sep 26, 2022

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Sep 26, 2022

update

✅ Branch has been successfully updated

mergify bot added a commit that referenced this pull request Sep 26, 2022
@mergify mergify bot merged commit 9c382ef into main Sep 26, 2022
@mergify mergify bot deleted the dependabot/cargo/tracing-0.1.35 branch September 26, 2022 22:24
@teor2345 teor2345 mentioned this pull request Oct 11, 2022
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-diagnostics Area: Diagnosing issues or monitoring performance A-rust Area: Updates to Rust code C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants