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

Bump tracing from 0.1.30 to 0.1.32 #3276

Merged
merged 1 commit into from Mar 22, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2022

Bumps tracing from 0.1.30 to 0.1.32.

Release notes

Sourced from tracing's releases.

tracing 0.1.32

This release reduces the overhead of creating and dropping disabled spans significantly, which should improve performance when no tracing subscriber is in use or when spans are disabled by a filter.

Fixed

  • attributes: Compilation failure with --minimal-versions due to a too-permissive syn dependency (#1960)

Changed

  • Reduced Drop overhead for disabled spans (#1974)
  • tracing-attributes: updated to [0.1.20][attributes-0.1.20]

#1974: tokio-rs/tracing#1974 #1960: tokio-rs/tracing#1960 [attributes-0.1.20]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.20

tracing 0.1.31

This release increases the minimum supported Rust version (MSRV) to 1.49.0. In addition, it fixes some relatively rare macro bugs.

Added

  • Added tracing-forest to the list of related crates (#1935)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.49.0 (#1913)

Fixed

  • Fixed the warn! macro incorrectly generating an event with the TRACE level (#1930)
  • Fixed macro hygiene issues when used in a crate that defines its own concat! macro, for real this time (#1918)

Thanks to @​QnnOkabayashi, @​nicolaasg, and @​teohhanhui for contributing to this release!

#1935: tokio-rs/tracing#1935 #1913: tokio-rs/tracing#1913 #1930: tokio-rs/tracing#1930 #1918: tokio-rs/tracing#1918

Commits
  • f701166 tracing: prepare to release 0.1.32 (#1978)
  • 05d56ec core: fix wrong release numbers in changelog
  • c6acb12 core: prepare to release 0.1.23 (#1977)
  • fda0aa4 attributes: prepare to release v0.1.20 (#1976)
  • 1f33756 tracing: reduce disabled span Drop overhead (#1974)
  • 7f39ead build(deps): update inferno requirement from 0.10.0 to 0.11.0 (#1966)
  • 034139e attributes: use correct minimal version of syn (#1960)
  • 2d27332 subscriber: add Filter::on_{new_span, enter, exit, close} (#1973)
  • cc1f155 subscriber: fix broken link in Targets rustdoc (#1972)
  • 4f714f0 subscriber: add Filtered::filter_mut method (#1959)
  • 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](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.32.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.30...tracing-0.1.32)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  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 Mar 9, 2022
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #3276 (4b0e948) into master (e1ea145) will increase coverage by 0.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3276      +/-   ##
==========================================
+ Coverage   31.77%   32.21%   +0.45%     
==========================================
  Files         500      500              
  Lines       46211    46211              
  Branches    20894    20899       +5     
==========================================
+ Hits        14677    14882     +205     
+ Misses      17793    17768      -25     
+ Partials    13741    13561     -180     
Flag Coverage Δ
unittests 32.21% <ø> (+0.45%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
commons/service-registry/src/service_actor.rs 38.71% <0.00%> (-3.22%) ⬇️
commons/service-registry/src/service_ref.rs 64.87% <0.00%> (-2.70%) ⬇️
commons/accumulator/src/tree_store/mock.rs 32.44% <0.00%> (-2.70%) ⬇️
...mmons/accumulator/src/inmemory/accumulator_test.rs 44.95% <0.00%> (-2.24%) ⬇️
vm/natives/src/token.rs 28.89% <0.00%> (-2.22%) ⬇️
network-p2p/src/peer_info.rs 44.05% <0.00%> (-2.07%) ⬇️
...s/forkable-jellyfish-merkle/src/mock_tree_store.rs 33.90% <0.00%> (-1.69%) ⬇️
vm/transaction-builder/src/lib.rs 21.52% <0.00%> (-1.46%) ⬇️
commons/stream-task/src/task_stream.rs 61.43% <0.00%> (-1.42%) ⬇️
network-p2p/src/service.rs 29.55% <0.00%> (-1.10%) ⬇️
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1ea145...4b0e948. Read the comment docs.

@sanlee42 sanlee42 merged commit 37ba8e4 into master Mar 22, 2022
@sanlee42 sanlee42 deleted the dependabot/cargo/tracing-0.1.32 branch March 22, 2022 02:01
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