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.27 to 0.1.28 #1007

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps tracing-core from 0.1.27 to 0.1.28.

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.28

This release of tracing-core adds new Value implementations, including one for String, to allow recording &String as a value without having to call as_str() or similar, and for 128-bit integers (i128 and u128). In addition, it adds new methods and trait implementations for Subscribers.

Added

  • Value implementation for String (#2164)
  • Value implementation for u128 and i28 (#2166)
  • downcast_ref and is methods for dyn Subscriber + Sync, dyn Subscriber + Send, and dyn Subscriber + Send + Sync (#2160)
  • Subscriber::event_enabled method to enable filtering based on Event field values (#2008)
  • Subscriber implementation for Box<S: Subscriber + ?Sized> and Arc<S: Subscriber + ?Sized> (#2161)

Thanks to @​jswrenn and @​CAD97 for contributing to this release!

#2164: tokio-rs/tracing#2164 #2166: tokio-rs/tracing#2166 #2160: tokio-rs/tracing#2160 #2008: tokio-rs/tracing#2008 #2161: tokio-rs/tracing#2161

Commits
  • 542c34d chore: prepare to release tracing-core v0.1.28 (#2177)
  • af699c9 chore(ci): whoops, wrong commands for no-std tests
  • 2dc1f39 chore(ci): also run CI on pushes to v0.1.x
  • 2c1af52 chore(ci): test workflow embetterments (#2176)
  • 42fc29e subscriber: implement FIlter for reload::Layer (#2159)
  • b007591 opentelemetry: add semconv exception fields (#2135)
  • f7966bd core: remove vendored lazy_static on no-std (#2173)
  • 67cfb5f chore(ci): run MSRV checks with minimal versions (#2171)
  • f42e7e6 core, subscriber: add event_enabled to filter events on fields (#2008)
  • d3eb109 core: add support for recording 128-bit integers (#2166)
  • 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.27 to 0.1.28.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.27...tracing-core-0.1.28)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2022
@utam0k utam0k merged commit 1167a14 into main Jun 24, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tracing-core-0.1.28 branch June 24, 2022 11:32
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.

None yet

2 participants