Update Rust crate tracing to 0.1.37 - autoclosed #9

Closed
kjuulh wants to merge 1 commits from renovate/tracing-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
tracing (source) dependencies patch 0.1.36 -> 0.1.37

Release Notes

tokio-rs/tracing

v0.1.37

Compare Source

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
  • Added [tracing-web][tracing-web] and [reqwest-tracing][reqwest-tracing] to related crates (#​2283,
    #​2331)

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!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tracing](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.1.36` -> `0.1.37` | --- ### Release Notes <details> <summary>tokio-rs/tracing</summary> ### [`v0.1.37`](https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.37) [Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) This release of `tracing` incorporates changes from `tracing-core` [v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.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 ([#&#8203;2307]) - **attributes**: Incorrect location of compiler diagnostic spans generated for type errors in `#[instrument]`ed `async fn`s ([#&#8203;2270]) - **attributes**: Updated `syn` dependency to fix compilation with `-Z minimal-versions` ([#&#8203;2246]) - `bare_trait_objects` warning in `valueset!` macro expansion ([#&#8203;2308]) ##### Added - **core**: `Subscriber::on_register_dispatch` method ([#&#8203;2269]) - **core**: `WeakDispatch` type and `Dispatch::downgrade()` function ([#&#8203;2293]) ##### Changed - `tracing-core`: updated to [0.1.30][core-0.1.30] - `tracing-attributes`: updated to [0.1.23][attrs-0.1.23] ##### Documented - Added [`tracing-web`][tracing-web] and [`reqwest-tracing`][reqwest-tracing] to related crates ([#&#8203;2283], [#&#8203;2331]) Thanks to new contributors [@&#8203;compiler-errors](https://github.com/compiler-errors), [@&#8203;e-nomem](https://github.com/e-nomem), [@&#8203;WorldSEnder](https://github.com/WorldSEnder), [@&#8203;Xiami2012](https://github.com/Xiami2012), and [@&#8203;tl-rodrigo-gryzinski](https://github.com/tl-rodrigo-gryzinski), as well as [@&#8203;jswrenn](https://github.com/jswrenn) and [@&#8203;CAD97](https://github.com/CAD97), for contributing to this release! [core-0.1.30]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30 [attrs-0.1.23]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23 [`tracing-web`]: https://crates.io/crates/tracing-web/ [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/ [#&#8203;2246]: https://github.com/tokio-rs/tracing/pull/2246 [#&#8203;2269]: https://github.com/tokio-rs/tracing/pull/2269 [#&#8203;2283]: https://github.com/tokio-rs/tracing/pull/2283 [#&#8203;2270]: https://github.com/tokio-rs/tracing/pull/2270 [#&#8203;2293]: https://github.com/tokio-rs/tracing/pull/2293 [#&#8203;2307]: https://github.com/tokio-rs/tracing/pull/2307 [#&#8203;2308]: https://github.com/tokio-rs/tracing/pull/2308 [#&#8203;2331]: https://github.com/tokio-rs/tracing/pull/2331 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-26 08:42:34 +02:00
Update Rust crate tracing to 0.1.37
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
79af956da7
kjuulh changed title from Update Rust crate tracing to 0.1.37 to Update Rust crate tracing to 0.1.37 - autoclosed 2022-10-26 18:07:06 +02:00
kjuulh closed this pull request 2022-10-26 18:07:06 +02:00
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cuddle#9
No description provided.