Skip to content

Update Rust crate env_logger to 0.11#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/env_logger-0.x
Open

Update Rust crate env_logger to 0.11#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/env_logger-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Type Update Change
env_logger dependencies minor 0.100.11

Release Notes

rust-cli/env_logger (env_logger)

v0.11.9

Compare Source

v0.11.8

Compare Source

Compatibility
  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release
Features
  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

Compare Source

Internal
  • Replaced humantime with jiff

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering

v0.11.5

Compare Source

v0.11.4

Compare Source

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)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from c3309bb to 1612dd1 Compare April 3, 2025 04:11
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 1612dd1 to d0b4b8f Compare August 12, 2025 20:06
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from d0b4b8f to 7968701 Compare September 26, 2025 23:49
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 7968701 to 072961e Compare December 12, 2025 00:12
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 072961e to 57a69f1 Compare December 31, 2025 12:13
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 57a69f1 to 6ed2c1f Compare February 3, 2026 03:51
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 6ed2c1f to ecf54f4 Compare February 12, 2026 07:48
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from ecf54f4 to 85f34cb Compare March 1, 2026 12:21
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 85f34cb to 5778d6d Compare March 14, 2026 08:27
@renovate renovate bot force-pushed the renovate/env_logger-0.x branch from 5778d6d to ba321b7 Compare March 31, 2026 10:39
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.

0 participants