Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

build(deps): bump tracing from 0.1.36 to 0.1.37 in /facilitator #2102

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 10, 2022 09:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 10, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Base: 57.46% // Head: 57.54% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (d574590) compared to base (3b43133).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2102      +/-   ##
==========================================
+ Coverage   57.46%   57.54%   +0.07%     
==========================================
  Files          37       37              
  Lines       11664    11659       -5     
==========================================
+ Hits         6703     6709       +6     
+ Misses       4846     4835      -11     
  Partials      115      115              
Flag Coverage Δ
facilitator_tests 59.66% <ø> (+0.09%) ⬆️
key_rotator_tests 56.02% <ø> (ø)
workflow_manager_tests 39.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
facilitator/src/lib.rs 50.81% <0.00%> (+0.30%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@branlwyd branlwyd left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot dependabot bot merged commit 5b412bb into main Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/cargo/facilitator/tracing-0.1.37 branch October 10, 2022 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants