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 from 0.1.36 to 0.1.37 #148

Merged
merged 1 commit into from
Oct 7, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps tracing from 0.1.36 to 0.1.37.

Release notes

Sourced from tracing's releases.

tracing 0.1.37

This release of tracing incorporates changes from tracing-core v0.1.30 and tracing-attributes v0.1.23, including the new Subscriber::on_register_dispatch method for performing late initialization after a Subscriber is registered as a Dispatch, and bugfixes for the #[instrument] attribute. Additionally, it fixes instances of the bare_trait_objects lint, which is now a warning on tracing's MSRV and will become an error in the next edition.

Fixed

  • attributes: Incorrect handling of inner attributes in #[instrument]ed functions (#2307)
  • attributes: Incorrect location of compiler diagnostic spans generated for type errors in #[instrument]ed async fns (#2270)
  • attributes: Updated syn dependency to fix compilation with -Z minimal-versions (#2246)
  • bare_trait_objects warning in valueset! macro expansion (#2308)

Added

  • core: Subscriber::on_register_dispatch method (#2269)
  • core: WeakDispatch type and Dispatch::downgrade() function (#2293)

Changed

  • tracing-core: updated to 0.1.30
  • tracing-attributes: updated to 0.1.23

Documented

Thanks to new contributors @​compiler-errors, @​e-nomem, @​WorldSEnder, @​Xiami2012, and @​tl-rodrigo-gryzinski, as well as @​jswrenn and @​CAD97, for contributing to this release!

#2246: tokio-rs/tracing#2246 #2269: tokio-rs/tracing#2269 #2283: tokio-rs/tracing#2283 #2270: tokio-rs/tracing#2270 #2293: tokio-rs/tracing#2293 #2307: tokio-rs/tracing#2307 #2308: tokio-rs/tracing#2308 #2331: tokio-rs/tracing#2331

Commits
  • 8e35927 tracing: prepare to release v0.1.37 (#2341)
  • 64b221d attributes: prepare to release v0.1.23 (#2340)
  • 92cb2f0 attributes: fix handling of inner attributes (#2307)
  • 8b01ea9 core: prepare to release v0.1.30 (#2339)
  • d7372d7 tracing: add reqwest-tracing to related crates in README (#2331)
  • 257f86f opentelemetry: fix metrics docs using value. instead of histogram. (#2326)
  • 130c499 subscriber: fix None layers setting the max level to OFF (#2321)
  • c542120 appender: add option to automatically delete old log files (#2323)
  • 37c2434 core: add Dispatch::downgrade() and WeakDispatch (#2293)
  • b740179 attributes: suppress dead code warnings for compile tests (#2322)
  • 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)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.36...tracing-0.1.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #148 (9b949e2) into main (e66a566) will decrease coverage by 1.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
- Coverage   60.13%   58.85%   -1.29%     
==========================================
  Files          32       32              
  Lines        2022     1830     -192     
==========================================
- Hits         1216     1077     -139     
+ Misses        806      753      -53     
Impacted Files Coverage Δ
auditor/src/routes/add.rs 66.66% <0.00%> (-30.56%) ⬇️
auditor/src/routes/get.rs 75.00% <0.00%> (-18.34%) ⬇️
auditor/src/routes/update.rs 76.92% <0.00%> (-12.44%) ⬇️
auditor/src/routes/get_since.rs 88.88% <0.00%> (-6.77%) ⬇️
auditor/src/client/mod.rs 90.17% <0.00%> (-1.45%) ⬇️
auditor/src/metrics/database.rs 53.33% <0.00%> (+28.33%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@stefan-k stefan-k merged commit 73e3a66 into main Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tracing-0.1.37 branch October 7, 2022 09:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants