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

fix(deps): update rust crate env_logger to 0.11.3 #184

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.9.3 -> 0.11.3

Release Notes

rust-cli/env_logger (env_logger)

v0.11.3

Compare Source

Features
  • Experimental support for key-value logging behind unstable-kv

v0.11.2

Compare Source

v0.11.1

Compare Source

Fixes
  • Allow styling with Target::Pipe

v0.11.0

Compare Source

Migration Guide

env_logger::fmt::Style:
The bespoke styling API, behind color, was removed, in favor of accepting any
ANSI styled string and adapting it to the target stream's capabilities.

Possible styling libraries include:

  • anstyle is a minimal, runtime string styling API and is re-exported as env_logger::fmt::style
  • owo-colors is a feature rich runtime string styling API
  • color-print for feature-rich compile-time styling API

custom_format.rs
uses anstyle via
Formatter::default_level_style

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)

v0.10.2

Compare Source

Performance
  • Avoid extra UTF-8 validation performed in some cases
Fixes
  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled

v0.10.1

Compare Source

Performance
  • Avoid hashing directives and accessing RNG on startup
Documentation
  • Tweak RUST_LOG documentation

v0.10.0

Compare Source

MSRV changed to 1.60 to hide optional dependencies

Fixes
  • Resolved soundness issue by switching from atty to is-terminal
Breaking Changes

To open room for changing dependencies:

  • Renamed termcolor feature to color
  • Renamed atty feature to auto-color

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 force-pushed the renovate/env_logger-0.x branch from fb55911 to e0ccbad Compare December 10, 2022 07:03
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.0 Update Rust crate env_logger to 0.10.0 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate env_logger to 0.10.0 fix(deps): update rust crate env_logger to 0.10.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from e0ccbad to 07966a5 Compare March 15, 2023 16:45
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 07966a5 to 571f233 Compare October 24, 2023 00:50
@renovate renovate bot requested review from satoren and h3poteto as code owners October 24, 2023 00:50
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 571f233 to 7d13c7f Compare October 30, 2023 07:39
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.0 fix(deps): update rust crate env_logger to 0.10.1 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 7d13c7f to ab3928e Compare November 10, 2023 16:40
@coveralls
Copy link

coveralls commented Nov 10, 2023

Coverage Status

coverage: 92.088%. remained the same
when pulling b4672ba on renovate/env_logger-0.x
into 9a5d546 on main.

@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.1 fix(deps): update rust crate env_logger to 0.10.2 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from ab3928e to 85fe05b Compare January 18, 2024 03:44
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.10.2 fix(deps): update rust crate env_logger to 0.11.0 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 85fe05b to d51336d Compare January 19, 2024 19:09
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.0 fix(deps): update rust crate env_logger to 0.11.1 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from d51336d to eb61fbe Compare January 27, 2024 04:49
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.1 fix(deps): update rust crate env_logger to 0.11.2 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from eb61fbe to bfd14cf Compare February 13, 2024 21:47
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from bfd14cf to cb1a0c1 Compare March 2, 2024 06:16
@renovate renovate bot changed the title fix(deps): update rust crate env_logger to 0.11.2 fix(deps): update rust crate env_logger to 0.11.3 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch 2 times, most recently from 3455bcb to a8f6eec Compare March 8, 2024 06:21
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from a8f6eec to b4672ba Compare March 15, 2024 07:35
@satoren satoren merged commit 2ef1cf6 into main Mar 15, 2024
5 checks passed
@satoren satoren deleted the renovate/env_logger-0.x branch March 15, 2024 07:40
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.

2 participants