[PR #1462] [MERGED] build(deps): bump tracing-appender from 0.2.4 to 0.2.5 #4197

Closed
opened 2026-05-22 23:57:58 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1462
Author: @dependabot[bot]
Created: 4/20/2026
Status: Merged
Merged: 4/20/2026
Merged by: @JakeStanger

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


📝 Commits (1)

  • 4b52b8e build(deps): bump tracing-appender from 0.2.4 to 0.2.5

📊 Changes

2 files changed (+10 additions, -3 deletions)

View changed files

📝 Cargo.lock (+9 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tracing-appender from 0.2.4 to 0.2.5.

Release notes

Sourced from tracing-appender's releases.

tracing-appender 0.2.5

Added

  • Add latest symlink builder option (#3447)

Fixed

  • Fix RollingFileAppender broken links in docs (#3445)
  • Fix parsing of date from filename when no time is incuded (#3471)

#3445: tokio-rs/tracing#3445 #3447: tokio-rs/tracing#3447 #3471: tokio-rs/tracing#3471

Commits
  • 53e1490 chore: prepare tracing-appender 0.2.5 (#3522)
  • 4fb9ca3 examples: add per-layer filtering example (#3488)
  • df05516 docs: improve assert message to mention a possible cause of hitting cloning a...
  • 72cf52a docs: recommend configuring await-holding-invalid-types lint (#3463)
  • 9545be1 attributes: silence clippy lints for #[instrument] on async functions for cra...
  • 3160dc1 subscriber: skip RwLock in EnvFilter span callbacks when no dynamic directive...
  • 3af2e54 appender: fix parsing of date from filename when no time is incuded (#3471)
  • 412986f appender: fix RollingFileAppender broken links in docs (#3445)
  • bdccf4d appender: add latest symlink builder option (#3447)
  • 2c80f9d subscriber: propagate on_register_dispatch for Option<Layer> and Vec<Layer> (...
  • Additional commits viewable in compare view


🔄 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/JakeStanger/ironbar/pull/1462 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tracing-appender-0.2.5` --- ### 📝 Commits (1) - [`4b52b8e`](https://github.com/JakeStanger/ironbar/commit/4b52b8ea070e5ebc5b4f06527afb041408c96b50) build(deps): bump tracing-appender from 0.2.4 to 0.2.5 ### 📊 Changes **2 files changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.4 to 0.2.5. <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.5</h2> <h3>Added</h3> <ul> <li>Add latest symlink builder option (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3447">#3447</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>RollingFileAppender</code> broken links in docs (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3445">#3445</a>)</li> <li>Fix parsing of date from filename when no time is incuded (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3471">#3471</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/3445">#3445</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3445">tokio-rs/tracing#3445</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3447">#3447</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3447">tokio-rs/tracing#3447</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3471">#3471</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3471">tokio-rs/tracing#3471</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/53e14901f484a455d6edd59474ee87fd2f5f6e54"><code>53e1490</code></a> chore: prepare tracing-appender 0.2.5 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3522">#3522</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/4fb9ca34f9abb1dc1aaf70203eccee5c74d63635"><code>4fb9ca3</code></a> examples: add per-layer filtering example (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3488">#3488</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/df055168a10373f73ac2ba4111563f6f0a1c67e6"><code>df05516</code></a> docs: improve assert message to mention a possible cause of hitting cloning a...</li> <li><a href="https://github.com/tokio-rs/tracing/commit/72cf52a9e2723cf99a238be1e823a50915ca3977"><code>72cf52a</code></a> docs: recommend configuring <code>await-holding-invalid-types</code> lint (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3463">#3463</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/9545be16f5df3ce78df50340a66845e23372ff41"><code>9545be1</code></a> attributes: silence clippy lints for #[instrument] on async functions for cra...</li> <li><a href="https://github.com/tokio-rs/tracing/commit/3160dc149304e6360456b561e5ab106ef1364384"><code>3160dc1</code></a> subscriber: skip RwLock in EnvFilter span callbacks when no dynamic directive...</li> <li><a href="https://github.com/tokio-rs/tracing/commit/3af2e541682f7233e05c6f63ebd18d014af4a2bc"><code>3af2e54</code></a> appender: fix parsing of date from filename when no time is incuded (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3471">#3471</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/412986fb2fcfcd231844eb14cf66665936c6ecfc"><code>412986f</code></a> appender: fix <code>RollingFileAppender</code> broken links in docs (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3445">#3445</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/bdccf4d0de6db5d72a7943db08819fe7950cd77c"><code>bdccf4d</code></a> appender: add latest symlink builder option (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3447">#3447</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/2c80f9d6004c124c980df5496b0e5a444ce9eb31"><code>2c80f9d</code></a> subscriber: propagate on_register_dispatch for Option&lt;Layer&gt; and Vec&lt;Layer&gt; (...</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-appender-0.2.4...tracing-appender-0.2.5">compare view</a></li> </ul> </details> <br /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:58 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
JakeStanger/ironbar#4197
No description provided.