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

Bump tracing-appender from 0.2.0 to 0.2.1 #35

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2022

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]: tokio-rs/tracing@d868054

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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 17, 2022

Superseded by #43.

@dependabot dependabot bot closed this Mar 17, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tracing-appender-0.2.1 branch March 17, 2022 22:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants