aserowy / docker2mqtt

Monitor your docker environment over mqtt the easy way.
MIT License
5 stars 2 forks source link

Bump tracing-appender from 0.1.2 to 0.2.1 #102

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tracing-appender from 0.1.2 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)
dependabot[bot] commented 2 years ago

Superseded by #104.