rsadsb / adsb_deku

✈️ Rust ADS-B decoder + tui radar application
MIT License
430 stars 22 forks source link

Bump tracing-appender from 0.2.2 to 0.2.3 #246

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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 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)