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

chore(deps): update rust crate env_logger to 0.11.1 #354

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
env_logger dev-dependencies minor 0.10.2 -> 0.11.1

Release Notes

rust-cli/env_logger (env_logger)

v0.11.1

Compare Source

Fixes
  • Allow styling with Target::Pipe

v0.11.0

Compare Source

Breaking Change
  • Removed bespoke styling API
    • env_logger::fmt::Formatter::style
    • env_logger::fmt::Formatter::default_styled_level
    • env_logger::fmt::Style
    • env_logger::fmt::Color
    • env_logger::fmt::StyledValue
  • Removed env_logger::filter in favor of env_filter
Compatibility

MSRV changed to 1.71

Features
  • Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
  • Add support for NO_COLOR and CLICOLOR_FORCE, see https://bixense.com/clicolors/
Fixes
  • Print colors when is_test(true)
  • Allow styling with Target::Pipe

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 19, 2024 23:13
@rillian
Copy link
Contributor

rillian commented Jan 24, 2024

This needs an MSRV bump to 1.71 to pass ci, as in #356.

rillian
rillian previously approved these changes Jan 24, 2024
Copy link
Contributor

@rillian rillian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev-dependency, removes the custom formatting support we don't use. requires an MSRV bump. Ok to merge if we agree to that, having does the review work for these changes.

@renovate renovate bot changed the title chore(deps): update rust crate env_logger to 0.11.0 chore(deps): update rust crate env_logger to 0.11.1 Jan 27, 2024
Copy link
Contributor

@rillian rillian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.11.1 has an additional bug fix. bump to record review and keep dev-dependencies up to date. CI should pass now that #356 has been merged, raising the minimum-supported rust version.

@rillian rillian merged commit afb64b8 into main Jan 29, 2024
12 checks passed
@rillian rillian deleted the renovate/env_logger-0.x branch January 29, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant