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

(auto merged) chore(deps): bump tracing-attributes from 0.1.24 to 0.1.25 #2067

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2023

Bumps tracing-attributes from 0.1.24 to 0.1.25.

Release notes

Sourced from tracing-attributes's releases.

tracing-attributes 0.1.25

This release of tracing-attributes fixes the Clippy lint let_with_type_underscore in code generated by the #[instrument] attribute in Rust 1.70+.

Fixed

  • Allow [clippy::let_with_type_underscore] in macro-generated code (#2609)

Thanks to @​coolreader19 for contributing to this release!

#2609: tokio-rs/tracing#2609

Commits
  • 02a0bad attributes: prepare to release v0.1.25 (#2625)
  • a65bb78 core: fix typo in field docs (#2611)
  • 6536cd3 chore: silence clippy::redundant_clone warning (#2619)
  • a6fcd7c attributes: fix clippy::let_with_type_underscore in generated code (#2609)
  • 8422661 docs: fix deadlink to tracing-etw repo (#2602)
  • 3b5b5c9 Fix doc link to RAI pattern crate documentation (#2612)
  • 130c65a subscriber: document registry feature requirement for fmt feature (#2590)
  • c4efb5a docs: add SECURITY.md (#2591)
  • bec8228 core: prepare to release v0.1.31 (#2594)
  • fe9e91d core: remove thread local caching of the global default subscriber (#2593)
  • 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.24 to 0.1.25.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-attributes-0.1.24...tracing-attributes-0.1.25)

---
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 Jun 20, 2023
@github-actions github-actions bot changed the title chore(deps): bump tracing-attributes from 0.1.24 to 0.1.25 (auto merged) chore(deps): bump tracing-attributes from 0.1.24 to 0.1.25 Jun 20, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2067 (d7ee49f) into main (f4e7e30) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2067   +/-   ##
=======================================
  Coverage   64.81%   64.82%           
=======================================
  Files         129      129           
  Lines       14768    14768           
=======================================
+ Hits         9572     9573    +1     
+ Misses       5196     5195    -1     

@github-actions github-actions bot merged commit d1db6d9 into main Jun 20, 2023
@github-actions github-actions bot deleted the dependabot/cargo/tracing-attributes-0.1.25 branch June 20, 2023 01:17
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