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(deps): bump tracing-core from 0.1.23 to 0.1.24 in /crates #817

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tracing-core from 0.1.23 to 0.1.24.

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.24

This release fixes a bug where setting NoSubscriber as the local default would not disable the global default subscriber locally.

Fixed

  • Setting NoSubscriber as the local default now correctly disables the global default subscriber (#2001)
  • Fixed compilation warnings with the "std" feature disabled (#2022)

Changed

  • Removed unnecessary use of write! and format_args! macros (#1988)

#1988: tokio-rs/tracing#1988 #2001: tokio-rs/tracing#2001 #2022: tokio-rs/tracing#2022

Commits
  • 8f240e6 core: prepare to release 0.1.24 (#2042)
  • 42888dc subscriber: prepare to release v0.3.10 (#2041)
  • e81ba60 subscriber: add EnvFilter::builder, option to disable regex (#2035)
  • ceed872 tracing: add span_enabled! and event_enabled! macros (#1900)
  • b1977ea subscriber: Add Filtered and fmt::Layer accessors (#2034)
  • 5cd4b57 subscriber: add Layer impl for Vec\<L: Layer> (#2027)
  • 30204cb subscriber: let EnvFIlter's filter disabled help say help without ansi_term...
  • 7921a3b subscriber: add Layer::boxed method (#2026)
  • b21d236 subscriber: fix FmtLayer's auto traits inheriting S's (#2024)
  • e856d8f subscriber: fix docs link to Layer impl for Box
  • 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-core](https://github.com/tokio-rs/tracing) from 0.1.23 to 0.1.24.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.23...tracing-core-0.1.24)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  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 Apr 4, 2022
@utam0k utam0k merged commit e64f854 into main Apr 4, 2022
@dependabot dependabot bot deleted the dependabot/cargo/crates/tracing-core-0.1.24 branch April 4, 2022 08:36
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.

1 participant