Skip to content

Bump tracing-subscriber from 0.2.19 to 0.2.25#3

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tracing-subscriber-0.2.25
Closed

Bump tracing-subscriber from 0.2.19 to 0.2.25#3
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tracing-subscriber-0.2.25

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2021

Bumps tracing-subscriber from 0.2.19 to 0.2.25.

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.2.25

0.2.25 (October 5, 2021)

This release fixes an issue where a Layer implementation's custom downcast_raw implementation was lost when wrapping that layer with a per-layer filter.

Fixed

  • registry: Forward Filtered::downcast_raw to wrapped Layer (#1619)

Added

Thanks to @​bryanburgers for contributing to this release!

tracing-subscriber 0.2.24

0.2.24 (September 19, 2021)

This release contains a number of bug fixes, including a fix for tracing-subscriber failing to compile on the minimum supported Rust version of 1.42.0. It also adds IntoIterator implementations for the Targets type.

Fixed

  • Fixed compilation on Rust 1.42.0 (#1580, #1581)
  • registry: Ensure per-layer filter enabled state is cleared when a global filter short-circuits filter evaluation (#1575)
  • layer: Fixed Layer::on_layer not being called for Boxed Layers, which broke per-layer filtering (#1576)

Added

  • filter: Added Targets::iter, returning an iterator over the set of target-level pairs enabled by a Targets filter (#1574)
  • filter: Added IntoIterator implementations for Targets and &Targets (#1574)

Thanks to new contributor @​connec for contributing to this release!

tracing-subscriber 0.2.23

This release fixes a few bugs in the per-layer filtering API added in v0.2.21.

Fixed

  • env-filter: Fixed excessive EnvFilter memory use (#1568)

... (truncated)

Commits
  • 6692aaf subscriber: prepare to release 0.2.25 (#1622)
  • 29ffdbc subscriber: forward Filtered::downcast_raw to wrapped Layer (#1619)
  • 645f282 attributes: prepare to release 0.1.18 (#1621)
  • 7dda7f5 attributes: remove unnecessary quote_spanned! (#1617)
  • 243a3e2 attributes: fix compile error with instrumented async functions (#1616)
  • ac74ba0 attributes: suppress clippy::suspicious_else without nop let (#1614)
  • 66cd79f attributes: prepare to release v0.1.17 (#1611)
  • 3ee87f3 core: prepare to release 0.1.21 (#1610)
  • 84c1c26 chore: fix CI tracing-core nostd testing tracing
  • c9db496 attributes: skip async spans if level disabled (#1607)
  • 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-subscriber](https://github.com/tokio-rs/tracing) from 0.2.19 to 0.2.25.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.19...tracing-subscriber-0.2.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 8, 2021

The following labels could not be found: A2-insubstantial, B0-silent, C1-low 📌.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 25, 2021

Superseded by #6.

@dependabot dependabot bot closed this Oct 25, 2021
@dependabot dependabot bot deleted the dependabot/cargo/tracing-subscriber-0.2.25 branch October 25, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants