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 test-log from 0.2.13 to 0.2.14 #378

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps test-log from 0.2.13 to 0.2.14.

Release notes

Sourced from test-log's releases.

v0.2.14

  • Factored out test-log-macros crate to relieve users from having to care about tracing/logging dependencies themselves
  • Introduced default_log_filter attribute for setting the default log filter on a per-test basis behind new unstable feature
  • Improved compile error output on wrong usage
  • Bumped minimum supported Rust version to 1.61
  • Bumped env_logger dependency to 0.10

New Contributors

Full Changelog: d-e-s-o/test-log@v0.2.13...v0.2.14

Changelog

Sourced from test-log's changelog.

0.2.14

  • Factored out test-log-macros crate to relieve users from having to care about tracing/logging dependencies themselves
  • Introduced default_log_filter attribute for setting the default log filter on a per-test basis behind new unstable feature
  • Improved compile error output on wrong usage
  • Bumped minimum supported Rust version to 1.61
  • Bumped env_logger dependency to 0.10
Commits
  • 8b48901 Bump version to 0.2.14
  • b4bd011 Update publish workflow for test-log-macros
  • 936713a Drop actions-rs/toolchain usage from publish workflow
  • f092c4e Bump env_logger dependency to 0.10
  • 0add4a0 Update minimum supported Rust version to 1.61.0
  • cbcdb8c Put 'default_log_filter' attribute behind 'unstable' feature
  • c94e830 Add CHANGELOG entry for test-log-macros crate introduction
  • c94977b Automatically include dependencies
  • e30969a Merge pull request #38 from tamird/actions
  • 64e01b9 .github: add rust cache action
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [test-log](https://github.com/d-e-s-o/test-log) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.13...v0.2.14)

---
updated-dependencies:
- dependency-name: test-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added C-dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5a4ba4d) 73.00% compared to head (590b210) 73.00%.

❗ Current head 590b210 differs from pull request most recent head cda4614. Consider uploading reports for the commit cda4614 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   73.00%   73.00%           
=======================================
  Files          21       21           
  Lines        2912     2912           
  Branches     2912     2912           
=======================================
  Hits         2126     2126           
  Misses        519      519           
  Partials      267      267           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wcampbell0x2a wcampbell0x2a merged commit 02ded3a into master Dec 7, 2023
@wcampbell0x2a wcampbell0x2a deleted the dependabot/cargo/test-log-0.2.14 branch December 7, 2023 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant