Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump tui-logger from 0.14.1 to 0.14.4 in the cargo-dependencies group #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the cargo-dependencies group with 1 update: tui-logger.

Updates tui-logger from 0.14.1 to 0.14.4

Changelog

Sourced from tui-logger's changelog.

0.14.4 - 2025-01-31

Fixed

  • fix cargo test

Other

  • update Readme for custom formatter example in demo
  • example demo extended to use custom formatter in one of the widgets
  • run cargo test in github actions

0.14.3 - 2025-01-31

Other

  • work on Readme and add formatter() to smartwidget
  • standard formatter appears to work as before, but using Line/Span
  • assure LogFormatter Send+Sync
  • implement formatter trait as discussed in #77 and #82

0.14.2 - 2025-01-30

Fixed

  • fix warnings

Other

  • split lib.rs into several files

  • Merge pull request #77 from tofubert/add_style_for_file

  • Merge pull request #78 from andrei-ng/fix-order-of-fields-tracing-feature

  • Merge pull request #79 from andrei-ng/skip-printing-message-key

  • use env::temp_dir for demo log file target

  • do not print the 'message' key in the formatter for tracing support

  • fix formatter for tracing events

  • make comment for file logging a bit better

  • give file logging format options

  • Update CHANGELOG.md

Commits
  • cbc5218 update Changelog and version
  • bd3beba update Readme for custom formatter example in demo
  • 9a171d9 example demo extended to use custom formatter in one of the widgets
  • dca7c37 run cargo test in github actions
  • 2bafdc8 fix cargo test
  • 8aadf2c bump version and update Changelog
  • 5f03652 work on Readme and add formatter() to smartwidget
  • 72a0b68 standard formatter appears to work as before, but using Line/Span
  • cd29805 assure LogFormatter Send+Sync
  • 675fdb5 implement formatter trait as discussed in #77 and #82
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-dependencies group with 1 update: [tui-logger](https://github.com/gin66/tui-logger).


Updates `tui-logger` from 0.14.1 to 0.14.4
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](gin66/tui-logger@v0.14.1...v0.14.4)

---
updated-dependencies:
- dependency-name: tui-logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (6a4be74) to head (7fb0309).

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #82   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          5       5           
  Lines        252     252           
=====================================
  Misses       252     252           

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
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