[PR #67] [CLOSED] chore(deps): bump tracing-appender from 0.1.2 to 0.2.0 #729

Closed
opened 2026-01-05 14:52:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/67
Author: @dependabot[bot]
Created: 11/1/2021
Status: Closed

Base: masterHead: dependabot/cargo/tracing-appender-0.2.0


📝 Commits (1)

  • 15940be chore(deps): bump tracing-appender from 0.1.2 to 0.2.0

📊 Changes

2 files changed (+21 additions, -11 deletions)

View changed files

📝 Cargo.lock (+20 -10)
📝 komorebi/Cargo.toml (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps tracing-appender from 0.1.2 to 0.2.0.

Release notes

Sourced from tracing-appender's releases.

tracing-error v0.2.0

0.2.0 (October 23, 2021)

This is a breaking change release in order to update the tracing-subscriber dependency version to the v0.3.x release series.

Changed

  • Updated tracing-subscriber dependency to v0.3.0 (#1677)

Fixed

  • Disabled default features of the tracing dependency so that proc-macro dependencies are not enabled (#1144)
  • Documentation fixes and improvements (#635, #695)

Added

  • SpanTrace: Added SpanTrace::new constructor for constructing a SpanTrace from a Span passed as an argument (rather than capturing the current span) (#1492)

Thanks to @​CAD97 for contributing to this release!

tracing 0.1.29

0.1.29 (October 5th, 2021

This release adds support for recording Option<T> where T: Value as typed tracing field values. It also includes significant performance improvements for functions annotated with the #[instrument] attribute when the generated span is disabled.

Changed

  • tracing-core: updated to v0.1.21
  • tracing-attributes: updated to v0.1.19

Added

  • field: Value impl for Option<T> where T: Value (#1585)
  • attributes: - improved performance when skipping #[instrument]-generated spans below the max level (#1600, #1605, #1614, #1616, #1617)

Fixed

  • instrument: added missing Future implementation for

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/67 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tracing-appender-0.2.0` --- ### 📝 Commits (1) - [`15940be`](https://github.com/LGUG2Z/komorebi/commit/15940be3a3fa475bce4a914a3fe09d4d05698c59) chore(deps): bump tracing-appender from 0.1.2 to 0.2.0 ### 📊 Changes **2 files changed** (+21 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+20 -10) 📝 `komorebi/Cargo.toml` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.1.2 to 0.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-appender's releases</a>.</em></p> <blockquote> <h2>tracing-error v0.2.0</h2> <h1>0.2.0 (October 23, 2021)</h1> <p>This is a breaking change release in order to update the <code>tracing-subscriber</code> dependency version to <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.0">the v0.3.x release series</a>.</p> <h3>Changed</h3> <ul> <li>Updated <code>tracing-subscriber</code> dependency to <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.0">v0.3.0</a> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1677">#1677</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Disabled default features of the <code>tracing</code> dependency so that proc-macro dependencies are not enabled (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1144">#1144</a>)</li> <li>Documentation fixes and improvements (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/635">#635</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/695">#695</a>)</li> </ul> <h3>Added</h3> <ul> <li><strong>SpanTrace</strong>: Added <code>SpanTrace::new</code> constructor for constructing a <code>SpanTrace</code> from a <code>Span</code> passed as an argument (rather than capturing the current span) (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1492">#1492</a>)</li> </ul> <p>Thanks to <a href="https://github.com/CAD97"><code>@​CAD97</code></a> for contributing to this release!</p> <h2>tracing 0.1.29</h2> <h1>0.1.29 (October 5th, 2021</h1> <p>This release adds support for recording <code>Option&lt;T&gt; where T: Value</code> as typed <code>tracing</code> field values. It also includes significant performance improvements for functions annotated with the <code>#[instrument]</code> attribute when the generated span is disabled.</p> <h3>Changed</h3> <ul> <li><code>tracing-core</code>: updated to v0.1.21</li> <li><code>tracing-attributes</code>: updated to v0.1.19</li> </ul> <h3>Added</h3> <ul> <li><strong>field</strong>: <code>Value</code> impl for <code>Option&lt;T&gt; where T: Value</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1585">#1585</a>)</li> <li><strong>attributes</strong>: - improved performance when skipping <code>#[instrument]</code>-generated spans below the max level (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1600">#1600</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1605">#1605</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1614">#1614</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1616">#1616</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1617">#1617</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>instrument</strong>: added missing <code>Future</code> implementation for</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/aaa419b90ac92e903944ed8e5c96e87dda1d2f41"><code>aaa419b</code></a> appender: prepare to release v0.2.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1678">#1678</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/4e56741c65eb130a91e8d9c4a8a8b332ed02e44b"><code>4e56741</code></a> subscriber: prepare to release v0.3.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1677">#1677</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/f461c5bbd0ff4deffe14efb6480a8e53af5739ee"><code>f461c5b</code></a> appender: fix compilation 32-bit platforms like PowerPC (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1675">#1675</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8777d2c925d8ab5625ef95944758587eb7e74c46"><code>8777d2c</code></a> subscriber: rename <code>Layer::new_span</code> to <code>on_new_span</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1674">#1674</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/c62dac9f73bf6054a32f1011fd4b40ff6607aa1e"><code>c62dac9</code></a> appender: replace chrono with time (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1652">#1652</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/60a2644fcb0c6353159547af0ca8d975436b59eb"><code>60a2644</code></a> chore: add CI env variable configurations (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1672">#1672</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/ffdce75befc385df7f93822b66d2ce35af1e0113"><code>ffdce75</code></a> docs: add blog posts as external resources (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1667">#1667</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/d019e43540929ec4f26ae5450df76db533a6510c"><code>d019e43</code></a> core: update parent() documentation (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1665">#1665</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/f5aac47f6853c78b609dc6fcf26e6613ca8d5201"><code>f5aac47</code></a> attributes: refactor into separate modules (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1643">#1643</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8540abcb823093405b2c59ce5b4cad5b58bb75c7"><code>8540abc</code></a> attributes: speculative expand when parsing fails (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1634">#1634</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-appender-0.1.2...tracing-appender-0.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing-appender&package-manager=cargo&previous-version=0.1.2&new-version=0.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:52:45 +01:00
adam closed this issue 2026-01-05 14:52:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#729