Skip to content

Update tui-logger requirement from 0.14 to 0.17#4

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tui-logger-0.17
Open

Update tui-logger requirement from 0.14 to 0.17#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tui-logger-0.17

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Updates the requirements on tui-logger to permit the latest version.

Changelog

Sourced from tui-logger's changelog.

0.17.2 - 2025-04-23

Other

  • update README
  • Fix invalid docs for TuiTracingSubscriverLayer (#87)

0.17.1 - 2025-04-13

Other

  • run cargo fmt
  • use env_filter for configuration by environment variable as proposed by #86
  • remove stray comment line in tests

0.17.0 - 2025-03-11

Other

  • file/module_path/line are now Option, because log::Record defines them as such, too

0.16.0 - 2025-03-10

Other

  • ExtLogRecord stores for file and module_path their static strings, if available. In addition provides module_path getter
  • provide accessors for the strings
  • update DEV_NOTES

0.15.0 - 2025-03-08

Fixed

  • fix bug with page up at top

Other

  • lib.rs factoring complete
  • refactor TuiLoggerError out of lib.rs
  • refactor TuiLogger API out of lib.rs
  • refactor TuiLogger out of lib.rs
  • refactor LevelConfig out of lib.rs
  • refactor TuiLoggerTargetWidget out of lib.rs
  • reduce visibility of internal structures
  • add test case for log message being larger than widget
  • turn off debugging
  • add test case with standard formatter
  • add test with wrapped lines
  • disable println in lib code with render_debug switch
  • intermediate version with debug prints

... (truncated)

Commits
  • f701a99 update CHANGELOG and prepare for release
  • 2adb64f update README
  • c2fa324 Merge pull request #88 from nick42d/iss87
  • 2b6f386 docs: Fix invalid docs for TuiTracingSubscriverLayer (#87)
  • 1a5018b store level from env_filter in hot_select hashtable for faster access
  • cec0493 prepare release
  • 5437d7e run cargo fmt
  • 61e717d use env_filter for configuration by environment variable as proposed by #86
  • f5d2a05 remove stray comment line in tests
  • b935691 bump version and update CHANGELOG
  • Additional commits viewable in compare view

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)

Updates the requirements on [tui-logger](https://github.com/gin66/tui-logger) to permit the latest version.
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](gin66/tui-logger@v0.14.0...v0.17.2)

---
updated-dependencies:
- dependency-name: tui-logger
  dependency-version: 0.17.2
  dependency-type: direct:production
...

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 Apr 28, 2025
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants