[PR #114] [MERGED] chore(deps): bump tracing-appender from 0.2.0 to 0.2.1 #753

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/114
Author: @dependabot[bot]
Created: 3/1/2022
Status: Merged
Merged: 3/1/2022
Merged by: @LGUG2Z

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


📝 Commits (1)

  • e91d0e1 chore(deps): bump tracing-appender from 0.2.0 to 0.2.1

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps tracing-appender from 0.2.0 to 0.2.1.

Release notes

Sourced from tracing-appender's releases.

tracing-appender 0.2.1

This release adds an implementation of the MakeWriter trait for RollingFileAppender, allowing it to be used without wrapping in a NonBlocking writer.

This release increases the minimum supported Rust version to 1.53.0.

Added

  • rolling: Added MakeWriter implementation for RollingFileAppender (#1760)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.53.0 (#1851)
  • parking_lot: updated to v0.12 (#1878)

Fixed

  • Fixed several documentation typos and issues (#1780, [d868054], #1943)

#1760: tokio-rs/tracing#1760 #1851: tokio-rs/tracing#1851 #1878: tokio-rs/tracing#1878 #1943: tokio-rs/tracing#1943 [d868054]: https://github.com/tokio-rs/tracing/commit/d8680547b509978c7113c8f7e19e9b00c789c698

Commits
  • e1d3481 appender: prepare to release v0.2.1 (#1963)
  • dadd3c0 subscriber: fix clippy::map_flatten lint (#1964)
  • e0e254c appender: fixed typo in tracing-appender README example (#1943)
  • 7c00d76 chore: add cargo hack check to bin/publish (#1950)
  • 009dde2 opentelemetry: prepare to release v0.17.2 (#1952)
  • 71e8084 opentelemetry: fix broken build with default-features = false (#1949)
  • 2974ae9 subscriber: prepare to release v0.3.9 (#1938)
  • 008339d subscriber: update parking_lot to 0.12
  • 846a53e tracing: prepare to release v0.1.31 (#1937)
  • 94379a3 docs: clean up tracing_subscriber::fmt formatter docs (#1927)
  • 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)

🔄 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/114 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2022 **Status:** ✅ Merged **Merged:** 3/1/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/tracing-appender-0.2.1` --- ### 📝 Commits (1) - [`e91d0e1`](https://github.com/LGUG2Z/komorebi/commit/e91d0e1118c0d6802a2b89d43cf0416ed4939bc9) chore(deps): bump tracing-appender from 0.2.0 to 0.2.1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.1. <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.1</h2> <p>This release adds an implementation of the <code>MakeWriter</code> trait for <code>RollingFileAppender</code>, allowing it to be used without wrapping in a <code>NonBlocking</code> writer.</p> <p>This release increases the minimum supported Rust version to 1.53.0.</p> <h3>Added</h3> <ul> <li><strong>rolling</strong>: Added <code>MakeWriter</code> implementation for <code>RollingFileAppender</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1760">#1760</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Updated minimum supported Rust version (MSRV) to 1.53.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1851">#1851</a>)</li> <li><code>parking_lot</code>: updated to v0.12 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1878">#1878</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed several documentation typos and issues (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1780">#1780</a>, [d868054], <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1943">#1943</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1760">#1760</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1760">tokio-rs/tracing#1760</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1851">#1851</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1851">tokio-rs/tracing#1851</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1878">#1878</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1878">tokio-rs/tracing#1878</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1943">#1943</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1943">tokio-rs/tracing#1943</a> [d868054]: <a href="https://github.com/tokio-rs/tracing/commit/d8680547b509978c7113c8f7e19e9b00c789c698">https://github.com/tokio-rs/tracing/commit/d8680547b509978c7113c8f7e19e9b00c789c698</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/e1d34810211032af7fc97a82c54d28b80fb6e462"><code>e1d3481</code></a> appender: prepare to release v0.2.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1963">#1963</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/dadd3c00c1a35ee3d5be6a9a252b310f5741e293"><code>dadd3c0</code></a> subscriber: fix <code>clippy::map_flatten</code> lint (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1964">#1964</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/e0e254c9068827848509f079bd117b9388b9f619"><code>e0e254c</code></a> appender: fixed typo in tracing-appender README example (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1943">#1943</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/7c00d7600ce6a651546744ac6ac4cdbdbce64492"><code>7c00d76</code></a> chore: add <code>cargo hack</code> check to <code>bin/publish</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1950">#1950</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/009dde2eefaa2912ceb3df9b088eb7659967bf58"><code>009dde2</code></a> opentelemetry: prepare to release v0.17.2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1952">#1952</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/71e8084de2335e93697ea2323af0dfb21f69eb54"><code>71e8084</code></a> opentelemetry: fix broken build with <code>default-features = false</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1949">#1949</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/2974ae973ba4a1f69d12895d33b5a4ecfd0f2b79"><code>2974ae9</code></a> subscriber: prepare to release v0.3.9 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1938">#1938</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/008339d1e8750ffe7b4634fc7789bda0c522424f"><code>008339d</code></a> subscriber: update <code>parking_lot</code> to 0.12</li> <li><a href="https://github.com/tokio-rs/tracing/commit/846a53e3972a7f5d53358095afe6a70507c99b03"><code>846a53e</code></a> tracing: prepare to release v0.1.31 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1937">#1937</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/94379a36ffa77f1c70620e6cb152da058eda905b"><code>94379a3</code></a> docs: clean up <code>tracing_subscriber::fmt</code> formatter docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1927">#1927</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-appender-0.2.0...tracing-appender-0.2.1">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.0&new-version=0.2.1)](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:50 +01:00
adam closed this issue 2026-01-05 14:52:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#753