Skip to content

chore(deps): bump stderrlog from 0.5.4 to 0.6.0#8

Merged
sereinity merged 1 commit into
mainfrom
dependabot/cargo/stderrlog-0.6.0
Dec 31, 2025
Merged

chore(deps): bump stderrlog from 0.5.4 to 0.6.0#8
sereinity merged 1 commit into
mainfrom
dependabot/cargo/stderrlog-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 31, 2025

Copy link
Copy Markdown
Contributor

Bumps stderrlog from 0.5.4 to 0.6.0.

Release notes

Sourced from stderrlog's releases.

v0.6.0

What's Changed

New Contributors

Full Changelog: cardoe/stderrlog-rs@v0.5.4...v0.6.0

Changelog

Sourced from stderrlog's changelog.

0.6.0

Changed

0.5.3

Changed

  • Moved the timestamps feature behind the enabled-by-default crate feature timestamps.

Fixed

  • Added missing show_module_names field to StdErrLog debug implementation.

0.5.2

Changed

  • Bumped the minimum Rust version to 1.36.0
    • RUSTSEC-2022-0006 fixed This is a semver break but given the age of the Rust versions and changes that have happened in the log crate, we'll do it.
  • Make it easier to specify debug levels with a number or enum.

0.5.1

Added

  • added .show_module_names() to include module name in output

0.5.0

Changed

  • Bumped minimum Rust version to 1.31.0
    • 1.16.0 fails on current version of some deps and some crates.io fetches
    • Log crate 0.4.11 raised its MSRV to 1.31.0
  • Updated and checked minimum version of all deps
  • Switched to rust edition 2018
  • Improved CI testing

0.4.3

Changed

  • only check if stderr is a tty for the auto color choice, all other choices pass through without modification
  • bump termcolor to 1.0

0.4.2

Added

  • add the ability to not show logging levels via .show_levels()

Fixed

  • auto color choice (the default) will now disable colors if stderr is not connected to a tty by default

0.4.1

... (truncated)

Commits
  • 57bc1d6 chore: Release stderrlog version 0.6.0
  • 5fdb499 Merge pull request #59 from cardoe/delehef-master
  • 85550fb Only style the level label
  • c4c36ea no-op pty closed tests on non-Linux
  • 85ae008 Merge pull request #54 from Allen-Webb/crash
  • b5b515e Do not panic in the log statement when the tty closes.
  • d6a7e18 Add test for pty closing.
  • de6760a Merge pull request #55 from kenoss/fix-clap-error
  • 2ec0593 fix: Clap error in examples/timestamp
  • af1941b Merge pull request #58 from cardoe/maybe-fix-ci
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 31, 2025
@dependabot dependabot Bot force-pushed the dependabot/cargo/stderrlog-0.6.0 branch from 017a87b to 29e36ec Compare December 31, 2025 12:54
Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.4 to 0.6.0.
- [Release notes](https://github.com/cardoe/stderrlog-rs/releases)
- [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md)
- [Commits](cardoe/stderrlog-rs@v0.5.4...v0.6.0)

---
updated-dependencies:
- dependency-name: stderrlog
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/stderrlog-0.6.0 branch from 29e36ec to 73c6d67 Compare December 31, 2025 12:58
@sereinity sereinity merged commit 9421063 into main Dec 31, 2025
8 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/stderrlog-0.6.0 branch December 31, 2025 12:59
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.

1 participant