Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore(cargo)](deps): bump tracing-appender from 0.2.2 to 0.2.3 #447

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

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)

Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-appender-0.2.2...tracing-appender-0.2.3)

---
updated-dependencies:
- dependency-name: tracing-appender
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2023 22:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #447 (c79b53c) into main (9278d61) will decrease coverage by 0.21%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #447      +/-   ##
==========================================
- Coverage   70.33%   70.12%   -0.21%     
==========================================
  Files          72       72              
  Lines        7190     7190              
==========================================
- Hits         5057     5042      -15     
- Misses       2133     2148      +15     

see 2 files with indirect coverage changes

@zeeshanlakhani zeeshanlakhani merged commit 47238ae into main Nov 28, 2023
27 checks passed
@zeeshanlakhani zeeshanlakhani deleted the dependabot/cargo/main/tracing-appender-0.2.3 branch November 28, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant