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-attributes from 0.1.20 to 0.1.21 #869

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tracing-attributes from 0.1.20 to 0.1.21.

Release notes

Sourced from tracing-attributes's releases.

tracing-attributes 0.1.21

This release adds support for setting explicit parent and follows-from spans in the #[instrument] attribute.

Added

  • #[instrument(follows_from = ...)] argument for setting one or more follows-from span (#2093)
  • #[instrument(parent = ...)] argument for overriding the generated span's parent (#2091)

Fixed

  • Extra braces around async blocks in expanded code (causes a Clippy warning) (#2090)
  • Broken documentation links (#2068, #2077)

Thanks to @​jarrodldavis, @​ben0x539, and new contributor @​jswrenn for contributing to this release!

#2093: tokio-rs/tracing#2093 #2091: tokio-rs/tracing#2091 #2090: tokio-rs/tracing#2090 #2077: tokio-rs/tracing#2077 #2068: tokio-rs/tracing#2068

Commits
  • 45c0a10 attributes: prepare to release v0.1.21 (#2097)
  • 138a971 attributes: permit #[instrument(follows_from = …)] (#2093)
  • 4c0e30f attributes: permit setting parent span via #[instrument(parent = …)] (#2091)
  • 0d13e5b attributes: remove extra braces around async blocks (#2090)
  • befdca0 core: document the callsite module (#2088)
  • 45a5df1 core: add a limited form of the linked-list callsite registry for v0.1.x (#2083)
  • cdbd122 log: prepare to release v0.1.3 (#2086)
  • 63ce858 tracing-journald: prepare to release v0.3.0 (#2085)
  • c8a2bb2 docs: more intra-doc links (#2077)
  • 4f1e463 tracing: prepare to release v0.1.34 (#2076)
  • 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-attributes](https://github.com/tokio-rs/tracing) from 0.1.20 to 0.1.21.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-attributes-0.1.20...tracing-attributes-0.1.21)

---
updated-dependencies:
- dependency-name: tracing-attributes
  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 Apr 27, 2022
@Furisto Furisto merged commit 35a971b into main Apr 27, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tracing-attributes-0.1.21 branch April 27, 2022 17: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

1 participant