[PR #590] [MERGED] chore(deps): bump tracing-appender from 0.2.2 to 0.2.3 #1002

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/590
Author: @dependabot[bot]
Created: 11/20/2023
Status: Merged
Merged: 11/23/2023
Merged by: @LGUG2Z

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


📝 Commits (1)

  • a33d0ad chore(deps): bump tracing-appender from 0.2.2 to 0.2.3

📊 Changes

1 file changed (+7 additions, -6 deletions)

View changed files

📝 Cargo.lock (+7 -6)

📄 Description

Bumps tracing-appender from 0.2.2 to 0.2.3.

Release notes

Sourced from tracing-appender's releases.

tracing-appender 0.2.3

This release contains several new features. It also increases the minimum supported Rust version (MSRV) to Rust 1.63.0.

Added

  • rolling: add option to automatically delete old log files (#2323)
  • non_blocking: allow worker thread name to be configured (#2365)
  • rolling: add a builder for constructing RollingFileAppenders (#2227)
  • rolling: add Builder::filename_suffix parameter (#2225)
  • non_blocking: remove Sync bound from writer for NonBlocking (#2607)
  • non_blocking: name spawned threads (#2219)

Fixed

  • Fixed several documentation typos and issues (#2689, #2375)

Changed

  • Increased minimum supported Rust version (MSRV) to 1.63.0+ (#2793)
  • Updated minimum tracing-subscriber version to 0.3.18 (#2790)

#2323: tokio-rs/tracing#2323 #2365: tokio-rs/tracing#2365 #2227: tokio-rs/tracing#2227 #2225: tokio-rs/tracing#2225 #2607: tokio-rs/tracing#2607 #2219: tokio-rs/tracing#2219 #2689: tokio-rs/tracing#2689 #2375: tokio-rs/tracing#2375 #2793: tokio-rs/tracing#2793 #2790: tokio-rs/tracing#2790

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/590 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/23/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/tracing-appender-0.2.3` --- ### 📝 Commits (1) - [`a33d0ad`](https://github.com/LGUG2Z/komorebi/commit/a33d0adde39ce148c9256d7cba7fc0562f52ceb4) chore(deps): bump tracing-appender from 0.2.2 to 0.2.3 ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -6) </details> ### 📄 Description Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.2 to 0.2.3. <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-appender 0.2.3</h2> <p>This release contains several new features. It also increases the minimum supported Rust version (MSRV) to Rust 1.63.0.</p> <h3>Added</h3> <ul> <li><strong>rolling</strong>: add option to automatically delete old log files (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2323">#2323</a>)</li> <li><strong>non_blocking</strong>: allow worker thread name to be configured (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2365">#2365</a>)</li> <li><strong>rolling</strong>: add a builder for constructing <code>RollingFileAppender</code>s (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2227">#2227</a>)</li> <li><strong>rolling</strong>: add <code>Builder::filename_suffix</code> parameter (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2225">#2225</a>)</li> <li><strong>non_blocking</strong>: remove <code>Sync</code> bound from writer for <code>NonBlocking</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2607">#2607</a>)</li> <li><strong>non_blocking</strong>: name spawned threads (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2219">#2219</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed several documentation typos and issues (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2689">#2689</a>, <a href="https://redirect.github.com/tokio-rs/tracing/issues/2375">#2375</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Increased minimum supported Rust version (MSRV) to 1.63.0+ (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li> <li>Updated minimum <code>tracing-subscriber</code> version to <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.18">0.3.18</a> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2790">#2790</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2323">#2323</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2323">tokio-rs/tracing#2323</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2365">#2365</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2365">tokio-rs/tracing#2365</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2227">#2227</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2227">tokio-rs/tracing#2227</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2225">#2225</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2225">tokio-rs/tracing#2225</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2607">#2607</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2607">tokio-rs/tracing#2607</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2219">#2219</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2219">tokio-rs/tracing#2219</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2689">#2689</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2689">tokio-rs/tracing#2689</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2375">#2375</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2375">tokio-rs/tracing#2375</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2793">tokio-rs/tracing#2793</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2790">#2790</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2790">tokio-rs/tracing#2790</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/c6bedbe2725830c1e78cbcdb9168de69c98e42fc"><code>c6bedbe</code></a> chore: prepare tracing-appender 0.2.3 release (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2790">#2790</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8b7a1dde69797b33ecfa20da71e72eb5e61f0b25"><code>8b7a1dd</code></a> chore: prepare tracing-subscriber 0.3.18 release (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2789">#2789</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/befb4de073acc8a228d6ad041088e6332253e8de"><code>befb4de</code></a> chore: fix <code>ahash</code>-caused build breakage (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2792">#2792</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/1dc1e6a302dd13e0c4de5e18c7a119970c9571a8"><code>1dc1e6a</code></a> chore: bump <code>ahash</code> to 0.7.7 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2794">#2794</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/abb23931ef496902e241c39f67a8ed03e8ebbcca"><code>abb2393</code></a> chore: backport CI improvements (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2238">#2238</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/c6abc10c3a1b91a4c17d1fb09e081311a5f90eb3"><code>c6abc10</code></a> chore: bump MSRV to 1.63 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/4529182e607d6165a496639e006a476edb6b7409"><code>4529182</code></a> attributes: added missing RecordTypes for instrument (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2781">#2781</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/7b594354cf0f7919be6975ac73f0ada9ed54aeee"><code>7b59435</code></a> subcriber: update docs for EnvFilter Builder (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2782">#2782</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/119f91a85cb6a8bc797fcf53d91c7719be0d0ee2"><code>119f91a</code></a> tracing: removed core imports in macros (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2762">#2762</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/346d6e6456aa9d62e2b3443b934c153589aa9444"><code>346d6e6</code></a> core: fix incorrect (incorrectly updated) docs for LevelFilter (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2767">#2767</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-appender-0.2.2...tracing-appender-0.2.3">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.2.2&new-version=0.2.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:53:42 +01:00
adam closed this issue 2026-01-05 14:53:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1002